소스 검색

authentik outpost deployment

Christian Lempa 1 년 전
부모
커밋
1148b9bbf1
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  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