fix: route host loopback backends

This commit is contained in:
Alfredo Di Stasio
2026-06-30 10:16:03 +02:00
parent f3759e76ea
commit 1509c1e5fd
11 changed files with 46 additions and 48 deletions
+3 -5
View File
@@ -5,16 +5,14 @@ services:
restart: unless-stopped
command:
- --configFile=/etc/traefik/traefik.yml
ports:
- "80:8080/tcp"
- "443:8443/tcp"
extra_hosts:
- "host.docker.internal:host-gateway"
network_mode: host
volumes:
- ./config:/etc/traefik:ro
read_only: true
cap_drop:
- ALL
cap_add:
- NET_BIND_SERVICE
security_opt:
- no-new-privileges:true
healthcheck: