migrate bazarr to kubernetes
This commit is contained in:
parent
81eacbcfcb
commit
2853895822
6 changed files with 115 additions and 87 deletions
|
@ -156,6 +156,12 @@ services:
|
|||
- traefik.http.routers.sonarr.rule=Host(`sonarr.kun.is`)
|
||||
- traefik.http.routers.sonarr.tls=true
|
||||
- traefik.http.routers.sonarr.tls.certresolver=letsencrypt
|
||||
|
||||
- traefik.http.routers.bazarr.entrypoints=localsecure
|
||||
- traefik.http.routers.bazarr.service=k3s@file
|
||||
- traefik.http.routers.bazarr.rule=Host(`bazarr.kun.is`)
|
||||
- traefik.http.routers.bazarr.tls=true
|
||||
- traefik.http.routers.bazarr.tls.certresolver=letsencrypt
|
||||
volumes:
|
||||
- type: bind
|
||||
source: /var/run/docker.sock
|
||||
|
|
Reference in a new issue