update to keycloak 17

This commit is contained in:
Sebastian Hugentobler 2022-02-13 10:35:16 +01:00
parent 04326bd299
commit 93b4b018cc
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
11 changed files with 28 additions and 652 deletions

View file

@ -1,11 +1,16 @@
[Keycloak](https://www.keycloak.org/) server with postgre backend.
# Environment Variables
## ADMIN_PASSWORD
Password for the admin user.
## HOSTNAME
Hostname to use in urls.
## DB_URL
Database url in jdbc form (https://jdbc.postgresql.org/documentation/80/connect.html).
## DB_HOST
Database host.
## DB_NAME
- default: keycloak
Database name.
## DB_USER
- default: keycloak