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

@ -0,0 +1,10 @@
#!/command/with-contenv sh
exec s6-setuidgid keycloak /home/keycloak/server/bin/kc.sh start \
--db-url-host "$DB_HOST" \
--db-url-database "${DB_NAME:-keycloak}" \
--db-username "${DB_USER:-keycloak}" \
--db-password "$DB_PASSWORD" \
--hostname "$HOSTNAME" \
--http-enabled true \
--proxy edge

View file

@ -0,0 +1 @@
longrun