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

@ -33,8 +33,8 @@ services:
- "prometheus-scrape.port=8080"
networks:
- backend
- gateway
- pantalaimon
- default
db:
image: postgres:13
@ -59,9 +59,6 @@ volumes:
networks:
backend:
internal: true
gateway:
external: true
name: gateway
pantalaimon:
external: true
...