migrate bazarr to kubernetes

This commit is contained in:
Pim Kunis 2024-04-06 17:55:27 +02:00
parent 81eacbcfcb
commit 2853895822
6 changed files with 115 additions and 87 deletions

View file

@ -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