mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-23 20:11:12 +00:00
12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
# define FQDN hostname
|
|
KEYCLOAK_HOSTNAME=keycloak.example.com
|
|
|
|
# define login credentials
|
|
KEYCLOAK_ADMIN=admin
|
|
KEYCLOAK_ADMIN_PASSWORD=password
|
|
|
|
# define database credentials
|
|
POSTGRES_DB=keycloak_db
|
|
POSTGRES_USER=keycloak_db_user
|
|
POSTGRES_PASSWORD=keycloak_db_user_password
|