Skip to content

Commit 8b8f069

Browse files
authored
✨ Add mailcatcher configuration (#1244)
1 parent 91c3533 commit 8b8f069

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docker-compose.override.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,17 @@ services:
6262
INSTALL_DEV: ${INSTALL_DEV-true}
6363
# command: sleep infinity # Infinite loop to keep container alive doing nothing
6464
command: /start-reload.sh
65+
environment:
66+
SMTP_HOST: "mailcatcher"
67+
SMTP_PORT: "1025"
68+
SMTP_TLS: "false"
69+
EMAILS_FROM_EMAIL: "noreply@example.com"
70+
71+
mailcatcher:
72+
image: schickling/mailcatcher
73+
ports:
74+
- "1080:1080"
75+
- "1025:1025"
6576

6677
frontend:
6778
restart: "no"

0 commit comments

Comments
 (0)