Add authentik proxy for traefik forwardAuth
This commit is contained in:
@@ -45,6 +45,17 @@ services:
|
||||
- ./data/templates:/templates
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
authentik_proxy:
|
||||
image: authentik/proxy:2025.10
|
||||
container_name: authentik_proxy
|
||||
restart: always
|
||||
environment:
|
||||
AUTHENTIK_HOST: https://login.eliasfink.de
|
||||
AUTHENTIK_TOKEN: ${AUTHENTIK_OUTPOST_TOKEN}
|
||||
networks:
|
||||
- default
|
||||
- traefik
|
||||
|
||||
authentik_db:
|
||||
image: postgres:16
|
||||
container_name: authentik_db
|
||||
|
||||
Reference in New Issue
Block a user