Skip to content

Commit

Permalink
added mailcatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
msalakhov-smartorange committed Mar 22, 2022
1 parent 7a7fe5c commit 5ec398d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/.env.local
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ APP_SECRET=ccd80113c9ecc72e222101920ae5aa0a
###< symfony/framework-bundle ###

###> symfony/mailer ###
MAILER_DSN=smtp://email:[email protected]:465
MAILER_DSN=smtp://mailcatcher:1025
###< symfony/mailer ###

###> doctrine/doctrine-bundle ###
Expand All @@ -31,7 +31,7 @@ DATABASE_URL="mysql://lux_admin:&pHDG3%LcV@database:3306/lux?serverVersion=8.0"
# DATABASE_URL="postgresql://db_user:[email protected]:5432/db_name?serverVersion=13&charset=utf8"
###< doctrine/doctrine-bundle ###

MAIL_TO_ADDRESS=[email protected]
MAIL_TO_ADDRESS=[email protected]

###> symfony/lock ###
# Choose one of the stores below
Expand Down
2 changes: 1 addition & 1 deletion app/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@ services:
redis:
container_name: redis
image: redis:5-alpine
ports: [6379]
ports: [6379]
mailcatcher:
container_name: mailcatcher
image: schickling/mailcatcher
ports: [1025, 1080]

0 comments on commit 5ec398d

Please sign in to comment.