removed gluetun remnants
Signed-off-by: karmacoma <karmacoma@karmacoma.dev>
This commit is contained in:
parent
6aae282334
commit
ab2d364f0d
1 changed files with 4 additions and 4 deletions
|
|
@ -48,10 +48,10 @@ services:
|
|||
- "traefik.http.routers.radarr-secure.priority=100"
|
||||
|
||||
# --- OPTIONAL: HTTP REDIRECT (Standard Coolify behavior) ---
|
||||
- "traefik.http.routers.gluetun-http.rule=Host(`qbittorrent.karmacoma.dev`)"
|
||||
- "traefik.http.routers.gluetun-http.entrypoints=http"
|
||||
- "traefik.http.routers.gluetun-http.middlewares=redirect-to-https"
|
||||
- "traefik.http.routers.gluetun-http.priority=100"
|
||||
- "traefik.http.routers.radarr-http.rule=Host(`qbittorrent.karmacoma.dev`)"
|
||||
- "traefik.http.routers.radarr-http.entrypoints=http"
|
||||
- "traefik.http.routers.radarr-http.middlewares=redirect-to-https"
|
||||
- "traefik.http.routers.radarr-http.priority=100"
|
||||
- "traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https"
|
||||
|
||||
# If you stick with Option A (radarr-config), you must declare it here:
|
||||
|
|
|
|||
Loading…
Reference in a new issue