We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c3533 commit 8b8f069Copy full SHA for 8b8f069
1 file changed
docker-compose.override.yml
@@ -62,6 +62,17 @@ services:
62
INSTALL_DEV: ${INSTALL_DEV-true}
63
# command: sleep infinity # Infinite loop to keep container alive doing nothing
64
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"
76
77
frontend:
78
restart: "no"
0 commit comments