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: