update
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Colin 2024-04-07 21:00:15 -04:00
parent a458cad8a0
commit 4db2365b1b
1 changed files with 2 additions and 2 deletions

View File

@ -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: