rater/compose.override.yaml

19 lines
342 B
YAML
Raw Permalink Normal View History

2026-06-02 01:04:08 +02:00
services:
2026-06-02 18:28:11 +02:00
###> doctrine/doctrine-bundle ###
2026-06-02 01:04:08 +02:00
database:
ports:
2026-06-02 18:28:11 +02:00
- "5432:5432"
###< doctrine/doctrine-bundle ###
2026-06-02 01:04:08 +02:00
2026-06-02 18:28:11 +02:00
###> symfony/mailer ###
2026-06-02 01:04:08 +02:00
mailer:
image: axllent/mailpit
ports:
- "1025"
- "8025"
environment:
MP_SMTP_AUTH_ACCEPT_ANY: 1
MP_SMTP_AUTH_ALLOW_INSECURE: 1
2026-06-02 18:28:11 +02:00
2026-06-02 01:04:08 +02:00
###< symfony/mailer ###