From 5b079bb4dadf8669d0fb66f534fd131a08717cd0 Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 12 Apr 2024 20:54:26 +0000 Subject: [PATCH] Update stack.production.yml --- stack.production.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stack.production.yml b/stack.production.yml index 879666c..12f89fb 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -16,9 +16,9 @@ services: # homepage.icon: authelia.png homepage.href: https://uptime.nixc.us # Points to Authelia login page homepage.description: - us.nixc.autodeploy: true - traefik.enable: true - traefik.http.routers.production_uptime-kuma_uptime.tls: true + us.nixc.autodeploy: "true" + traefik.enable: "true" + traefik.http.routers.production_uptime-kuma_uptime.tls: "true" traefik.http.services.production_uptime-kuma_uptime.loadbalancer.server.port: 3001 traefik.http.routers.production_uptime-kuma_uptime.rule: Host(`uptime.nixc.us`) traefik.http.routers.production_uptime-kuma_uptime.entrypoints: websecure