mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-01-05 22:09:39 +01:00
authentik outpost deployment
This commit is contained in:
parent
b8ebd6de7f
commit
1148b9bbf1
10
docker-compose/authentik-outpost/compose.yaml
Normal file
10
docker-compose/authentik-outpost/compose.yaml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user