Switch to authentik-auth@file service

This commit is contained in:
Joey Hafner 2022-07-13 19:46:31 -07:00
parent c3ba396caa
commit d381db8053
2 changed files with 7 additions and 1 deletions

View File

@ -28,7 +28,7 @@ services:
- traefik.http.services.qbt.loadbalancer.server.port=8080
- traefik.http.routers.qbt-auth.rule=Host(`qbt.jafner.net`) && PathPrefix(`/outpost.goauthentik.io/`)
- traefik.http.routers.qbt-auth.priority=15
- traefik.http.routers.qbt-auth.service=http://authentik-server:9000/outpost.goauthentik.io
- traefik.http.routers.qbt-auth.service=authentik-auth@file
networks:
web:

View File

@ -0,0 +1,6 @@
http:
services:
authentik-auth:
loadBalancer:
server:
- url: "http://authentik-server:9000/outpost.goauthentik.io/auth/traefik"