Update Docker & Kubernetes/Docker/Docker Compose/Authentik.md
This commit is contained in:
@ -89,11 +89,15 @@ services:
|
||||
```
|
||||
|
||||
```jsx title=".env"
|
||||
PLACEHOLDER
|
||||
PG_PASS=<See Below>
|
||||
AUTHENTIK_SECRET_KEY=<See Below>
|
||||
```
|
||||
|
||||
!!! note "Generating a Password"
|
||||
Navigate to the online [PWGen Password Generator](https://pwgen.io/en/) to generate the passwords for `PG_PASS` (40 characters) and `AUTHENTIK_SECRET_KEY` (50 characters).
|
||||
|
||||
Because of a PostgreSQL limitation, only passwords up to 99 characters are supported
|
||||
See https://www.postgresql.org/message-id/09512C4F-8CB9-4021-B455-EF4C4F0D55A0@amazon.com
|
||||
|
||||
## Traefik Reverse Proxy Configuration
|
||||
If the container does not run on the same host as Traefik, you will need to manually add configuration to Traefik's dynamic config file, outlined below.
|
||||
|
Reference in New Issue
Block a user