Traefik: Move to host mode

This commit is contained in:
2023-08-10 14:16:30 +02:00
parent 6a3cbe756c
commit 9514de0f07
25 changed files with 17 additions and 360 deletions

View File

@ -66,14 +66,11 @@ services:
condition: service_healthy
networks:
- backend
- gateway
volumes:
database:
networks:
gateway:
external: true
backend:
internal: true
...