move syncthing to kubernetes
This commit is contained in:
parent
a29f085f99
commit
8d04504c40
5 changed files with 128 additions and 1 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue