move syncthing to kubernetes

This commit is contained in:
Pim Kunis 2024-03-28 21:44:21 +01:00
parent a29f085f99
commit 8d04504c40
5 changed files with 128 additions and 1 deletions

View file

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