Update Docker & Kubernetes/Docker/Docker Compose/Authentik.md

This commit is contained in:
2024-11-14 21:32:32 -07:00
parent 78d43e5ca6
commit 846c8cfab7

View File

@ -6,7 +6,7 @@
This document is based on the [Official Docker-Compose Documentation](https://goauthentik.io/docs/installation/docker-compose). It is meant for testing / small-scale production deployments. This document is based on the [Official Docker-Compose Documentation](https://goauthentik.io/docs/installation/docker-compose). It is meant for testing / small-scale production deployments.
## Docker Configuration ## Docker Configuration
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
--- ---
version: "3.4" version: "3.4"
@ -112,7 +112,7 @@ networks:
external: true external: true
``` ```
```jsx title=".env" ```yaml title=".env"
PG_PASS=<See Below> PG_PASS=<See Below>
AUTHENTIK_SECRET_KEY=<See Below> AUTHENTIK_SECRET_KEY=<See Below>
AUTHENTIK_BOOTSTRAP_PASSWORD=<SecurePassword> AUTHENTIK_BOOTSTRAP_PASSWORD=<SecurePassword>