Update stack.production.yml

This commit is contained in:
colin 2024-04-14 23:34:35 +00:00
parent 4bc20cd499
commit 4513f650db
1 changed files with 13 additions and 9 deletions

View File

@ -26,15 +26,19 @@ services:
- node.hostname == macmini14 - node.hostname == macmini14
# - node.labels.mac-rack == true # - node.labels.mac-rack == true
labels: labels:
- "traefik.enable=true" homepage.group: apps
- "traefik.http.routers.top.tls=true" homepage.name: Webtop
- "traefik.http.services.top.loadbalancer.server.port=3000" homepage.href: https://top.nixc.us/
- "traefik.http.routers.top.rule=Host(`top.nixc.us`)" homepage.description: Webtop
- "traefik.http.routers.top.entrypoints=websecure" traefik.enable: "true"
- "traefik.http.routers.top.tls.certresolver=letsencryptresolver" traefik.http.routers.top.tls: "true"
- "traefik.http.routers.top.service=top" traefik.http.services.top.loadbalancer.server.port: 3000
- "traefik.docker.network=traefik" traefik.http.routers.top.rule: Host(`top.nixc.us`)
- 'traefik.http.routers.top.middlewares=authelia_authelia@docker' traefik.http.routers.top.entrypoints: websecure
traefik.http.routers.top.tls.certresolver: letsencryptresolver
traefik.http.routers.top.service: top
traefik.docker.network: traefik
traefik.http.routers.top.middlewares: 'authelia_authelia@docker'
update_config: update_config:
order: start-first order: start-first
failure_action: rollback failure_action: rollback