From 1148b9bbf189085aea7a0a14d77a4a2d854e1615 Mon Sep 17 00:00:00 2001 From: Christian Lempa Date: Thu, 3 Oct 2024 16:50:15 +0200 Subject: [PATCH] authentik outpost deployment --- docker-compose/authentik-outpost/compose.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docker-compose/authentik-outpost/compose.yaml diff --git a/docker-compose/authentik-outpost/compose.yaml b/docker-compose/authentik-outpost/compose.yaml new file mode 100644 index 0000000..4146fc6 --- /dev/null +++ b/docker-compose/authentik-outpost/compose.yaml @@ -0,0 +1,10 @@ +--- +services: + authentik_proxy: + image: ghcr.io/goauthentik/proxy:2024.8.0 + container_name: authentik-outpost + environment: + - AUTHENTIK_HOST=${AUTHENTIK_HOST:?error} + - AUTHENTIK_INSECURE=${AUTHENTIK_INSECURE:-false} + - AUTHENTIK_TOKEN=${AUTHENTIK_TOKEN:?error} + restart: unless-stopped