From f509f80ffe74bd68b8d85af37df272380474ed57 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 18 Mar 2024 14:28:08 +0000 Subject: [PATCH] Update stack.production.yml --- stack.production.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/stack.production.yml b/stack.production.yml index c29ce61..0fec3be 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -8,7 +8,7 @@ networks: services: sync: # build: ./syncthing/ - image: syncthing/syncthing + image: git.nixc.us/colin/syncthing:production # expose: # - 8384 hostname: sync @@ -30,14 +30,14 @@ services: labels: traefik.docker.network: traefik traefik.enable: "true" - traefik.http.routers.sync.entrypoints: websecure - traefik.http.routers.sync.rule: Host(`sync.nixc.us`) - traefik.http.routers.sync.service: sync - traefik.http.routers.sync.tls: "true" - traefik.http.routers.sync.tls.certresolver: letsencryptresolver - traefik.http.services.sync.loadbalancer.server.port: '8384' + traefik.http.routers.production_sync.entrypoints: websecure + traefik.http.routers.production_sync.rule: Host(`sync.nixc.us`) + traefik.http.routers.production_sync.service: production_sync + traefik.http.routers.production_sync.tls: "true" + traefik.http.routers.production_sync.tls.certresolver: letsencryptresolver + traefik.http.services.production_sync.loadbalancer.server.port: '8384' traefik.tags: traefik - traefik.http.routers.sync.middlewares: authelia_authelia@docker + traefik.http.routers.production_sync.middlewares: authelia_authelia@docker # logging: # driver: "gelf" # options: