mirror of
https://github.com/suitenumerique/messages.git
synced 2026-09-13 13:27:45 +02:00
Notably, we try to reduce disk usage by standardizind on common base Docker images. We also improve node_modules by reducing duplicate dependencies and install speed.
13 lines
326 B
Plaintext
13 lines
326 B
Plaintext
KC_BOOTSTRAP_ADMIN_USERNAME=admin
|
|
KC_BOOTSTRAP_ADMIN_PASSWORD=admin
|
|
KC_DB=postgres
|
|
KC_DB_URL_HOST=postgresql
|
|
KC_DB_URL_DATABASE=messages
|
|
KC_DB_PASSWORD=pass
|
|
KC_DB_USERNAME=user
|
|
KC_DB_SCHEMA=public
|
|
KC_HOSTNAME_STRICT=false
|
|
KC_HOSTNAME_STRICT_HTTPS=false
|
|
KC_HTTP_ENABLED=true
|
|
KC_HEALTH_ENABLED=true
|
|
PROXY_ADDRESS_FORWARDING=true |