fix: try https

This commit is contained in:
2025-12-18 20:53:28 +00:00
parent 5488e14ec7
commit 45287a7e54

View File

@@ -18,7 +18,7 @@ services:
# Traefik
- "traefik.enable=true"
- "traefik.http.routers.jellyfin.rule=Host(`jellyfin.${DOMAIN}`)"
- "traefik.http.routers.jellyfin.entrypoints=websecure"
- "traefik.http.routers.jellyfin.entrypoints=https"
- "traefik.http.routers.jellyfin.tls.certresolver=cloudflare"
- "traefik.http.services.jellyfin.loadbalancer.server.url=http://${HOST_IP}:8096"
# Homepage
@@ -44,7 +44,7 @@ services:
# Traefik
- "traefik.enable=true"
- "traefik.http.routers.jellyseerr.rule=Host(`jellyseerr.${DOMAIN}`)"
- "traefik.http.routers.jellyseerr.entrypoints=websecure"
- "traefik.http.routers.jellyseerr.entrypoints=https"
- "traefik.http.routers.jellyseerr.tls.certresolver=cloudflare"
- "traefik.http.services.jellyseerr.loadbalancer.server.url=http://${HOST_IP}:5055"
# Homepage