feat: final

This commit is contained in:
2025-12-18 21:02:56 +00:00
parent c9652dd29d
commit 7e0cb3d0e2

View File

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