Updated recipes to update docker related files

This commit is contained in:
Jan Böhmer 2024-03-10 18:08:22 +01:00
parent 19967bd42e
commit 8d816ab1ee
6 changed files with 85 additions and 41 deletions

View file

@ -22,3 +22,20 @@ services:
###> symfony/mercure-bundle ###
###< symfony/mercure-bundle ###
###> doctrine/doctrine-bundle ###
database:
ports:
- "5432"
###< doctrine/doctrine-bundle ###
###> symfony/mailer ###
mailer:
image: axllent/mailpit
ports:
- "1025"
- "8025"
environment:
MP_SMTP_AUTH_ACCEPT_ANY: 1
MP_SMTP_AUTH_ALLOW_INSECURE: 1
###< symfony/mailer ###