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.labels.mac-rack == true
labels:
- "traefik.enable=true"
- "traefik.http.routers.top.tls=true"
- "traefik.http.services.top.loadbalancer.server.port=3000"
- "traefik.http.routers.top.rule=Host(`top.nixc.us`)"
- "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'
homepage.group: apps
homepage.name: Webtop
homepage.href: https://top.nixc.us/
homepage.description: Webtop
traefik.enable: "true"
traefik.http.routers.top.tls: "true"
traefik.http.services.top.loadbalancer.server.port: 3000
traefik.http.routers.top.rule: Host(`top.nixc.us`)
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:
order: start-first
failure_action: rollback