Update Proxy_Containers/traefik/compose.yaml

This commit is contained in:
2026-05-13 18:11:28 +00:00
parent c1e1afe79f
commit 038c2881dd
-12
View File
@@ -18,18 +18,6 @@ services:
- traefik-logs:/var/log/traefik - traefik-logs:/var/log/traefik
networks: networks:
- traefik - traefik
labels:
- "traefik.enable=true"
- "traefik.http.routers.traefik.entrypoints=web"
- "traefik.http.routers.traefik.rule=Host(`traefik-dashboard.home.gabesville.com`)"
- "traefik.http.middlewares.traefik-auth.basicauth.users=USER:BASIC_AUTH_PASSWORD"
- "traefik.http.middlewares.traefik-https-redirect.redirectscheme.scheme=https"
- "traefik.http.middlewares.sslheader.headers.customrequestheaders.X-Forwarded-Proto=https"
- "traefik.http.routers.traefik.middlewares=traefik-https-redirect"
- "traefik.http.routers.traefik-secure.entrypoints=websecure"
- "traefik.http.routers.traefik-secure.rule=Host(`traefik-dashboard.home.gabesville.com`)"
- "traefik.http.routers.traefik-secure.middlewares=traefik-auth"
- "traefik.http.routers.traefik-secure.tls=true"
restart: unless-stopped restart: unless-stopped
networks: networks:
traefik: traefik: