diff --git a/docker-compose.yaml b/docker-compose.yaml index f87b057..09bb5e7 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -7,6 +7,7 @@ services: labels: - traefik.enable=true - traefik.http.routers.confetti-api.rule=Host(`confetti.rannes.dev`) - - traefik.http.routers.confetti-api.entrypoints=http - - traefik.http.routers.confetti-api.service=confetti-api - - traefik.http.services.confetti-api.loadbalancer.server.port=8020 \ No newline at end of file + - traefik.http.services.confetti-api.loadbalancer.server.port=8020 + - traefik.http.routers.jellyfinrouter.tls=true + - traefik.http.routers.jellyfinrouter.entryPoints=https + - traefik.http.routers.jellyfinrouter.middlewares=crowdsec-bouncer@docker \ No newline at end of file