Add authentik proxy for traefik forwardAuth

This commit is contained in:
2025-11-12 00:01:45 +01:00
parent 609d932507
commit 91706bbf09

View File

@@ -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