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

@ -8,7 +8,6 @@
- {role: swarm_dashboard, tags: swarm_dashboard}
- {role: pihole, tags: pihole}
- {role: nextcloud, tags: nextcloud}
- {role: syncthing, tags: syncthing}
- {role: kitchenowl, tags: kitchenowl}
- {role: paperless-ngx, tags: paperless-ngx}
- {role: media, tags: media}

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