Host-mode networking, for working rate-limiting

This commit is contained in:
3wc
2020-10-20 13:01:45 +02:00
parent b6dd8767cd
commit dc7222bd6e

View File

@ -52,31 +52,31 @@ services:
logging: logging:
driver: json-file driver: json-file
networks: networks:
- default
- proxy - proxy
- default
environment: *default-env environment: *default-env
ports: ports:
- target: 25 - target: 25
published: 25 published: 25
mode: overlay mode: host
- target: 465 - target: 465
published: 465 published: 465
mode: overlay mode: host
#- target: 587 - target: 587
# published: 587 published: 587
# mode: overlay mode: host
- target: 110 - target: 110
published: 110 published: 110
mode: overlay mode: host
- target: 995 - target: 995
published: 995 published: 995
mode: overlay mode: host
- target: 143 - target: 143
published: 143 published: 143
mode: overlay mode: host
- target: 993 - target: 993
published: 993 published: 993
mode: overlay mode: host
volumes: volumes:
- "certs:/certs" - "certs:/certs"
deploy: deploy: