remove syncthing
All checks were successful
Update Compose File / build (push) Successful in 7s

This commit is contained in:
2025-12-24 22:28:46 -08:00
parent 93ddbceeb9
commit c95f2402dd

View File

@@ -264,28 +264,6 @@ services:
volumes:
- ${DRIVE}/notes/vault/Notes/Public Notes:/usr/src/app/content
syncthing:
container_name: syncthing
image: lscr.io/linuxserver/syncthing:latest
environment:
PUID: ${PUID}
PGID: ${PGID}
TZ: ${TZ}
volumes:
- ${DATA}/syncthing:/config
- ${DRIVE}/notes/vault:/vault
ports:
- 22000:22000/tcp
- 22000:22000/udp
- 21027:21027/udp
restart: always
labels: # traefik
- "traefik.enable=true"
- "traefik.http.routers.syncthing.rule=Host(`syncthing.${DOMAIN}`)"
- "traefik.http.routers.syncthing.entrypoints=https"
- "traefik.http.routers.syncthing.tls=true"
- "traefik.http.services.syncthing.loadbalancer.server.port=8384"
vaultwarden:
container_name: vaultwarden
image: vaultwarden/server:latest