Skip to content

Commit

Permalink
feat: add mailcatcher as per tiangolo/full-stack-fastapi-template#1244
Browse files Browse the repository at this point in the history
  • Loading branch information
d4vidsha committed Jun 30, 2024
1 parent 029ed92 commit b15cb37
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@ services:
INSTALL_DEV: ${INSTALL_DEV-true}
# command: sleep infinity # Infinite loop to keep container alive doing nothing
command: /start-reload.sh
environment:
SMTP_HOST: "mailcatcher"
SMTP_PORT: "1025"
SMTP_TLS: "false"
EMAILS_FROM_EMAIL: "[email protected]"

mailcatcher:
image: schickling/mailcatcher
ports:
- "1080:1080"
- "1025:1025"

frontend:
restart: "no"
Expand Down

0 comments on commit b15cb37

Please sign in to comment.