From 9b764f39083fdf1886482f07985c312bad55d237 Mon Sep 17 00:00:00 2001 From: debian Date: Fri, 16 Feb 2024 19:05:16 +0100 Subject: [PATCH] syncthing public domain --- project/infrastructure/syncthing/syncthing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/infrastructure/syncthing/syncthing.yml b/project/infrastructure/syncthing/syncthing.yml index a926bdf..d27ab1e 100644 --- a/project/infrastructure/syncthing/syncthing.yml +++ b/project/infrastructure/syncthing/syncthing.yml @@ -17,8 +17,9 @@ services: - "com.centurylinklabs.watchtower.enable=true" # Traefik - "traefik.enable=true" - - "traefik.http.routers.syncthing.rule=Host(`syncthing.${LOCAL_DOMAIN}`)" + - "traefik.http.routers.syncthing.rule=Host(`syncthing.${PUBLIC_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"