Undo and switch to using authentik-server
This commit is contained in:
parent
1f085bdf41
commit
9ab238deb3
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user