From 4bad95826b4da1221daa080ba87ea1bdae867124 Mon Sep 17 00:00:00 2001 From: hook-lord Date: Sat, 14 Sep 2024 01:03:22 +0200 Subject: [PATCH] updated tls and middleware --- docker-compose.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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