Added labels on "prowlarr" to make it work with traefik.
Added Traefik to docker compose.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user