suitenumerique/docs

The ENV variables defined in the Keycloack example has been changed

已关闭

#1,322 创建于 2025年8月31日

 (2 条评论) (1 个反应) (0 位负责人)Python (595 个派生)github user discovery
bugdocumentationgood first issue

仓库指标

星标
 (16,557 个星标)
PR 合并指标
 (平均合并 15天 9小时) (30 天内合并 40 个 PR)

描述

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)

贡献者指南