Removed labels they didnt do nthng
Signed-off-by: karmacoma <karmacoma@karmacoma.dev>
This commit is contained in:
parent
da9b340a39
commit
b92759db7b
1 changed files with 0 additions and 22 deletions
|
|
@ -37,28 +37,6 @@ services:
|
||||||
- gluetun:/gluetun
|
- gluetun:/gluetun
|
||||||
networks:
|
networks:
|
||||||
- array
|
- 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:
|
networks:
|
||||||
array:
|
array:
|
||||||
external: true
|
external: true
|
||||||
Loading…
Reference in a new issue