Update Proxy_Containers/traefik/compose.yaml

This commit is contained in:
2026-05-14 02:45:29 +00:00
parent 9152a0e8a8
commit 5b2cae40d1
-12
View File
@@ -16,18 +16,6 @@ services:
- ./traefik.yaml:/etc/traefik/traefik.yaml:ro
- /srv/docker/traefik:/var/traefik/certs/:rw
- traefik-logs:/var/log/traefik
labels:
- "traefik.enable=true"
- "traefik.docker.network=traefik"
- "traefik.http.routers.external.rule=Host(`external.yourdomain.com`)"
- "traefik.http.routers.external.entrypoints=websecure"
- "traefik.http.routers.external.tls=true"
- "traefik.http.routers.external.middlewares=bouncer@swarm,realip@swarm"
- "traefik.http.services.external.loadbalancer.server.port=80"
- "traefik.constraint=proxy-public"
networks:
- traefik
restart: unless-stopped