Undo and switch to using authentik-server

This commit is contained in:
Joey Hafner 2022-07-06 18:14:37 -07:00
parent 1f085bdf41
commit 9ab238deb3
2 changed files with 3 additions and 2 deletions

View File

@ -38,10 +38,11 @@ services:
server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2022.7.1}
container_name: authentik_authentik
hostname: authentik
networks:
authentik:
web:
aliases:
- authentik-server
restart: unless-stopped
command: server
environment:

View File

@ -10,7 +10,7 @@ http:
usersFile: "/.htpasswd"
authentik:
forwardauth:
address: http://authentik:9000/outpost.goauthentik.io/auth/traefik
address: http://authentik-server:9000/outpost.goauthentik.io/auth/traefik
trustForwardHeader: true
authResponseHeaders:
- X-authentik-username