diff --git a/stack.production.yml b/stack.production.yml index c69aad6..ca83d45 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -61,13 +61,13 @@ services: - node.hostname == ingress.nixc.us # - node.labels.mac-rack == true labels: - traefik.enable: true + traefik.enable: "true" traefik.http.routers.authelia_authelia.rule: Host(`login.nixc.us`) traefik.http.routers.authelia_authelia.entryPoints: websecure traefik.http.routers.authelia_authelia.service: "authelia_authelia" traefik.http.routers.authelia_authelia.tls.certresolver: "letsencryptresolver" traefik.http.services.authelia_authelia.loadbalancer.server.port: "9091" - traefik.http.routers.authelia_authelia.tls: true + traefik.http.routers.authelia_authelia.tls: "true" traefik.http.middlewares.authelia_authelia.forwardAuth.address: http://authelia_authelia:9091/api/authz/forward-auth traefik.docker.network: traefik redis: