Removed labels they didnt do nthng

Signed-off-by: karmacoma <karmacoma@karmacoma.dev>
This commit is contained in:
KARMACOMA 2025-11-25 19:29:30 +00:00
parent da9b340a39
commit b92759db7b

View file

@ -37,28 +37,6 @@ services:
- gluetun:/gluetun
networks:
- array
labels:
- "traefik.enable=true"
# 1. The Custom Router (High Priority)
- "traefik.http.routers.qbittorrent-secure.rule=Host(`qbittorrent.karmacoma.dev`)"
- "traefik.http.routers.qbittorrent-secure.entrypoints=websecure"
- "traefik.http.routers.qbittorrent-secure.tls=true"
# REMOVED: traefik.http.routers.qbittorrent-secure.tls.certresolver=letsencrypt
# (We let Coolify's default router handle the cert generation)
# 2. Priority 1000: This ensures YOUR router (with middleware) handles the traffic,
# even though Coolify creates a default router for the same domain.
- "traefik.http.routers.qbittorrent-secure.priority=1000"
# 3. The Middleware (Security)
- "traefik.http.routers.qbittorrent-secure.middlewares=authentik@docker"
# 4. Service Definition
- "traefik.http.services.qbittorrent-secure.loadbalancer.server.port=8080"
# 5. Network (Crucial)
- "traefik.docker.network=coolify"
networks:
array:
external: true