suitenumerique/docs

The ENV variables defined in the Keycloack example has been changed

クローズ

#1,322 opened on 2025/08/31

 (2 件のコメント) (1 件のリアクション) (0 人の担当者)Python (595 件のフォーク)github user discovery
bugdocumentationgood first issue

Repository metrics

Stars
 (16,557 個のスター)
PR merge metrics
 (平均マージ 15d 9h) (30d で 40 merged PRs)

説明

Bug Report

The Enviroment variables that connects the Keycloak instance to the Postgres instance has been changed, the variable that have changed are; KC_DB_HOST --> KC_DB_URL KC_DB_USER --> KC_DB_USERNAME

The new variables are defined here https://www.keycloak.org/server/containers

Please adjust the variables in https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/kc_postgresql

When running the instance without the new variables, the keycloak instance connects to localhost:5432 by default. Which causes the keykloak container to fail (because it doesn't point to the correct service obviously)

コントリビューターガイド