From 91706bbf09bcc1efa95de174d9e0cb4572c29959 Mon Sep 17 00:00:00 2001 From: Elias Fink Date: Wed, 12 Nov 2025 00:01:45 +0100 Subject: [PATCH] Add authentik proxy for traefik forwardAuth --- authentik/compose.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/authentik/compose.yml b/authentik/compose.yml index b7bbf8f..e68c675 100644 --- a/authentik/compose.yml +++ b/authentik/compose.yml @@ -44,6 +44,17 @@ services: - ./data/media:/media - ./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