Experimenting with traefik to no avail

This commit is contained in:
2024-08-16 15:51:43 +02:00
parent 9de4e2ac93
commit 9b5c20450d
3 changed files with 163 additions and 137 deletions
+8
View File
@@ -57,6 +57,14 @@ services:
- PGID=101
- UMASK=002
- TZ=Europe/Stockholm
labels:
- traefik.enable=true
- "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.tls=true
- traefik.http.routers.arr-prowlarr_https.tls.certresolver=le
volumes:
- "prowlarr:/config"
- "/etc/localtime:/etc/localtime:ro"