2
0

docker-compose.override.yml 599 B

12345678910111213141516171819
  1. ##
  2. ## Set haproxy_trusted_networks in Dovecots extra.conf!
  3. ##
  4. services:
  5. dovecot-mailcow:
  6. ports:
  7. - "${IMAP_PORT_HAPROXY:-127.0.0.1:10143}:10143"
  8. - "${IMAPS_PORT_HAPROXY:-127.0.0.1:10993}:10993"
  9. - "${POP_PORT_HAPROXY:-127.0.0.1:10110}:10110"
  10. - "${POPS_PORT_HAPROXY:-127.0.0.1:10995}:10995"
  11. - "${SIEVE_PORT_HAPROXY:-127.0.0.1:14190}:14190"
  12. postfix-mailcow:
  13. ports:
  14. - "${SMTP_PORT_HAPROXY:-127.0.0.1:10025}:10025"
  15. - "${SMTPS_PORT_HAPROXY:-127.0.0.1:10465}:10465"
  16. - "${SUBMISSION_PORT_HAPROXY:-127.0.0.1:10587}:10587"