diff --git a/downloader.docker-compose.yml b/downloader.docker-compose.yml index 530508e..2a40c49 100644 --- a/downloader.docker-compose.yml +++ b/downloader.docker-compose.yml @@ -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 \ No newline at end of file