Update stack.production.yml

This commit is contained in:
colin 2024-03-18 14:28:08 +00:00
parent da1111251d
commit f509f80ffe
1 changed files with 8 additions and 8 deletions

View File

@ -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: