mail_network
This commit is contained in:
parent
aee2335c48
commit
956214f8c9
|
|
@ -12,9 +12,6 @@ services:
|
|||
extra_hosts:
|
||||
- 'host.docker.internal:host-gateway'
|
||||
networks:
|
||||
- bizmatch
|
||||
- keycloak
|
||||
- gitea
|
||||
- mail_network
|
||||
volumes:
|
||||
- $PWD/Caddyfile:/etc/caddy/Caddyfile
|
||||
|
|
@ -29,12 +26,6 @@ services:
|
|||
- CLOUDFLARE_EMAIL=${CLOUDFLARE_EMAIL}
|
||||
|
||||
networks:
|
||||
bizmatch:
|
||||
external: true
|
||||
keycloak:
|
||||
external: true
|
||||
gitea:
|
||||
external: true
|
||||
mail_network:
|
||||
external: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue