Host-mode networking, for working rate-limiting
This commit is contained in:
20
compose.yml
20
compose.yml
@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user