Add authentik proxy for traefik forwardAuth
This commit is contained in:
@@ -44,6 +44,17 @@ services:
|
|||||||
- ./data/media:/media
|
- ./data/media:/media
|
||||||
- ./data/templates:/templates
|
- ./data/templates:/templates
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /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:
|
authentik_db:
|
||||||
image: postgres:16
|
image: postgres:16
|
||||||
|
|||||||
Reference in New Issue
Block a user