compose.override.yaml 331 B

123456789101112131415161718
  1. services:
  2. ###> doctrine/doctrine-bundle ###
  3. database:
  4. ports:
  5. - "5432"
  6. ###< doctrine/doctrine-bundle ###
  7. ###> symfony/mailer ###
  8. mailer:
  9. image: axllent/mailpit
  10. ports:
  11. - "1025"
  12. - "8025"
  13. environment:
  14. MP_SMTP_AUTH_ACCEPT_ANY: 1
  15. MP_SMTP_AUTH_ALLOW_INSECURE: 1
  16. ###< symfony/mailer ###