8 lines
407 B
Plaintext
8 lines
407 B
Plaintext
# Copy this file to .env next to docker-compose.yml and fill in strong
|
|
# values. docker compose refuses to start while either is unset.
|
|
KEYCLOAK_ADMIN_PASSWORD=
|
|
# POSTGRES_PASSWORD is the single PostgreSQL credential: it provisions the
|
|
# keycloak database role and Keycloak reuses it to connect (KC_DB_PASSWORD is
|
|
# derived from it in docker-compose.yml), so there is one value, not two.
|
|
POSTGRES_PASSWORD=
|