You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 rivejä
344 B

  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 ###