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