Update Docker & Kubernetes/Docker/Docker Compose/Authentik.md
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user