update
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
a458cad8a0
commit
4db2365b1b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue