Skip to content

Commit 5a47035

Browse files
committed
Chore: docker-compose.stg.yml (mailpit 추가)
1 parent 3e58e29 commit 5a47035

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

infra/docker-compose.stg.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ services:
2828
timeout: 5s
2929
retries: 3
3030

31+
mailpit:
32+
image: axllent/mailpit:latest
33+
container_name: mailpit-stg
34+
ports:
35+
- "8025:8025" # 웹 UI
36+
- "1025:1025" # SMTP
37+
restart: unless-stopped
38+
3139
mysql:
3240
image: mysql:9.4.0
3341
container_name: docsa-mysql-stg

0 commit comments

Comments
 (0)