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