migrate sonarr to kubernetes
This commit is contained in:
parent
100af46f88
commit
81eacbcfcb
3 changed files with 115 additions and 55 deletions
|
@ -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
|
||||
|
|
Reference in a new issue