fixed network bugs
This commit is contained in:
@@ -11,6 +11,8 @@ services:
|
||||
- 'host.docker.internal:host-gateway'
|
||||
networks:
|
||||
- bizmatch
|
||||
- keycloak
|
||||
- gitea
|
||||
volumes:
|
||||
- $PWD/Caddyfile:/etc/caddy/Caddyfile
|
||||
- caddy_data:/data
|
||||
@@ -25,6 +27,10 @@ services:
|
||||
networks:
|
||||
bizmatch:
|
||||
external: true
|
||||
keycloak:
|
||||
external: true
|
||||
gitea:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
caddy_data:
|
||||
|
||||
Reference in New Issue
Block a user