From 4513f650dbb9b9e92078856077f48b49f2085d03 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 14 Apr 2024 23:34:35 +0000 Subject: [PATCH] Update stack.production.yml --- stack.production.yml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/stack.production.yml b/stack.production.yml index 7af08ad..26b7fc5 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -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