compose.override.yaml 344 B

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