compose.yaml 316 B

12345678910
  1. ---
  2. services:
  3. authentik_proxy:
  4. image: ghcr.io/goauthentik/proxy:2024.8.0
  5. container_name: authentik-outpost
  6. environment:
  7. - AUTHENTIK_HOST=${AUTHENTIK_HOST:?error}
  8. - AUTHENTIK_INSECURE=${AUTHENTIK_INSECURE:-false}
  9. - AUTHENTIK_TOKEN=${AUTHENTIK_TOKEN:?error}
  10. restart: unless-stopped