From 95161a584901d0bda153f6eeae4954f52377d58f Mon Sep 17 00:00:00 2001 From: debian Date: Thu, 22 Feb 2024 21:47:42 +0100 Subject: [PATCH] synthing as local app --- project/infrastructure/syncthing/syncthing.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/infrastructure/syncthing/syncthing.yml b/project/infrastructure/syncthing/syncthing.yml index d27ab1e..a926bdf 100644 --- a/project/infrastructure/syncthing/syncthing.yml +++ b/project/infrastructure/syncthing/syncthing.yml @@ -17,9 +17,8 @@ services: - "com.centurylinklabs.watchtower.enable=true" # Traefik - "traefik.enable=true" - - "traefik.http.routers.syncthing.rule=Host(`syncthing.${PUBLIC_DOMAIN}`)" + - "traefik.http.routers.syncthing.rule=Host(`syncthing.${LOCAL_DOMAIN}`)" - "traefik.http.routers.syncthing.entrypoints=https" - - "traefik.http.routers.syncthing.tls.certresolver=myresolver" - "traefik.http.routers.syncthing.tls=true" - "traefik.http.routers.syncthing.service=syncthing-svc" - "traefik.http.services.syncthing-svc.loadbalancer.server.port=8384"