Added labels on "prowlarr" to make it work with traefik.

Added Traefik to docker compose.
This commit is contained in:
2024-08-19 13:23:41 +02:00
parent bc8c850405
commit 056f1f7fe2
2 changed files with 70 additions and 4 deletions
+2 -1
View File
@@ -59,10 +59,11 @@ services:
- TZ=Europe/Stockholm
labels:
- traefik.enable=true
- traefik.constraint-label=traefik-public
- "traefik.http.routers.arr-prowlarr.rule=(Host(`niefelheim.com`) && Path(`/prowlarr`))"
- "traefik.http.routers.arr-prowlarr_https.rule=(Host(`niefelheim.com`) && Path(`/prowlarr`))"
- traefik.http.services.arr-prowlarr.loadbalancer.server.port=9696
- traefik.http.routers.arr-prowlarr_https.entrypoints=web-secure
- traefik.http.routers.arr-prowlarr_https.entrypoints=http
- traefik.http.routers.arr-prowlarr_https.tls=true
- traefik.http.routers.arr-prowlarr_https.tls.certresolver=le
volumes: