From c95f2402ddc426053402cf5205646f0976f29621 Mon Sep 17 00:00:00 2001 From: craisin Date: Wed, 24 Dec 2025 22:28:46 -0800 Subject: [PATCH] remove syncthing --- compose.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/compose.yml b/compose.yml index 7d79a8c..eecb3ad 100755 --- a/compose.yml +++ b/compose.yml @@ -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