migrate sonarr to kubernetes

This commit is contained in:
Pim Kunis 2024-04-06 17:47:49 +02:00
parent 100af46f88
commit 81eacbcfcb
3 changed files with 115 additions and 55 deletions

View file

@ -150,6 +150,12 @@ services:
- traefik.http.routers.prowlarr.rule=Host(`prowlarr.kun.is`)
- traefik.http.routers.prowlarr.tls=true
- traefik.http.routers.prowlarr.tls.certresolver=letsencrypt
- traefik.http.routers.sonarr.entrypoints=localsecure
- traefik.http.routers.sonarr.service=k3s@file
- traefik.http.routers.sonarr.rule=Host(`sonarr.kun.is`)
- traefik.http.routers.sonarr.tls=true
- traefik.http.routers.sonarr.tls.certresolver=letsencrypt
volumes:
- type: bind
source: /var/run/docker.sock