diff --git a/stack.production.yml b/stack.production.yml index a785cec..3a1b7da 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -10,15 +10,19 @@ services: constraints: - node.hostname == macmini14 labels: - - "us.nixc.autodeploy=true" - - "traefik.enable=true" - - "traefik.http.routers.production-ntfy_ntfy.tls=true" - - "traefik.http.services.production-ntfy_ntfy.loadbalancer.server.port=80" - - "traefik.http.routers.production-ntfy_ntfy.rule=Host(`ntfy.nixc.us`)" - - "traefik.http.routers.production-ntfy_ntfy.entrypoints=websecure" - - "traefik.http.routers.production-ntfy_ntfy.tls.certresolver=letsencryptresolver" - - "traefik.http.routers.production-ntfy_ntfy.service=production-ntfy_ntfy" - - "traefik.docker.network=traefik" + homepage.group: apps + homepage.name: ntfy + homepage.href: https://ntfy.nixc.us/ + homepage.description: Ntfy + us.nixc.autodeploy: "true" + traefik.enable: "true" + traefik.http.routers.production-ntfy_ntfy.tls: "true" + traefik.http.services.production-ntfy_ntfy.loadbalancer.server.port: 80 + traefik.http.routers.production-ntfy_ntfy.rule: Host(`ntfy.nixc.us`) + traefik.http.routers.production-ntfy_ntfy.entrypoints: websecure + traefik.http.routers.production-ntfy_ntfy.tls.certresolver: letsencryptresolver + traefik.http.routers.production-ntfy_ntfy.service: production-ntfy_ntfy + traefik.docker.network: traefik # - 'traefik.http.routers.production-ntfy_ntfy.middlewares=authelia@docker' networks: - traefik