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