generated from coop-cloud/example
Don't need "mail" network
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f18707148b
commit
23c8e19a3f
@ -5,7 +5,6 @@ services:
|
|||||||
app:
|
app:
|
||||||
image: "boky/postfix"
|
image: "boky/postfix"
|
||||||
networks:
|
networks:
|
||||||
- mail
|
|
||||||
- proxy
|
- proxy
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD", "sh", "-c", "netstat -an | fgrep 587 | fgrep -q LISTEN" ]
|
test: [ "CMD", "sh", "-c", "netstat -an | fgrep 587 | fgrep -q LISTEN" ]
|
||||||
@ -37,7 +36,5 @@ services:
|
|||||||
#- "traefik.tcp.routers.${STACK_NAME}.service=mailu_smtp"
|
#- "traefik.tcp.routers.${STACK_NAME}.service=mailu_smtp"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
mail:
|
|
||||||
external: true
|
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user