forked from coop-cloud/keycloak
This reverts commit 3b9d0237b2.
This doesn't work because we can't get into the root account in the
entrypoint and we need that to use microdnf. Another approach is needed.
13 lines
256 B
Plaintext
13 lines
256 B
Plaintext
TYPE=keycloak
|
|
|
|
DOMAIN=keycloak.example.com
|
|
## Domain aliases
|
|
#EXTRA_DOMAINS=', `www.keycloak.example.com`'
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
ADMIN_USERNAME=admin
|
|
|
|
SECRET_DB_ROOT_PASSWORD_VERSION=v1
|
|
SECRET_DB_PASSWORD_VERSION=v1
|
|
SECRET_ADMIN_PASSWORD_VERSION=v1
|