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

@ -14,15 +14,12 @@ services:
- "traefik.http.services.kuma-{{ _name }}.loadbalancer.server.port=3001"
networks:
- default
- gateway
- pantalaimon
volumes:
data:
networks:
gateway:
external: true
pantalaimon:
external: true
...