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