Răsfoiți Sursa

authentik outpost deployment

Christian Lempa 1 an în urmă
părinte
comite
1148b9bbf1
1 a modificat fișierele cu 10 adăugiri și 0 ștergeri
  1. 10 0
      docker-compose/authentik-outpost/compose.yaml

+ 10 - 0
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