meldestelle/config/docker
Stefan Mogeritsch d6a484c347
All checks were successful
Build and Publish Docker Images / build-and-push (., backend/infrastructure/gateway/Dockerfile, api-gateway, api-gateway) (push) Successful in 6m48s
Build and Publish Docker Images / build-and-push (., backend/services/ping/Dockerfile, ping-service, ping-service) (push) Successful in 6m40s
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Successful in 1m44s
Build and Publish Docker Images / build-and-push (., config/docker/keycloak/Dockerfile, keycloak, keycloak) (push) Successful in 1m31s
fix: update Keycloak configuration and Docker healthcheck improvements
- Enabled `directAccessGrants` for `frontend-client` in `meldestelle-realm.json` to support ROPC login flow.
- Strengthened admin credentials in realm configuration to meet password policy requirements.
- Upgraded Keycloak to `26.5.5` with updated Docker healthcheck logic:
  - Replaced `curl` with bash `/dev/tcp` for compatibility with `ubi9-micro` image.
  - Switched health endpoint from `/ready` to `/live` for single-node use.
  - Adjusted healthcheck timings (`start_period`, `timeout`, `interval`) for smoother startup.
- Removed deprecated v1 hostname parameter `KC_HOSTNAME_STRICT_HTTPS`.

Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
2026-03-09 15:51:42 +01:00
..
caddy/web-app refactor: remove Dockerfile syntax directives to simplify and standardize definitions 2026-02-13 16:59:02 +01:00
kafka/secrets refactor(infra): Restrukturierung Config-Ordner & Einführung von Docker-Profilen 2025-12-10 15:25:10 +01:00
keycloak fix: update Keycloak configuration and Docker healthcheck improvements 2026-03-09 15:51:42 +01:00
monitoring infra: integrate Keycloak monitoring, update alertmanager config, and finalize docs cleanup 2026-03-05 13:16:43 +01:00
nginx refactor: remove Dockerfile syntax directives to simplify and standardize definitions 2026-02-13 16:59:02 +01:00
postgres build: optimize Postgres container configuration for performance and stability 2026-02-12 20:35:25 +01:00
schemas refactor(infra): Restrukturierung Config-Ordner & Einführung von Docker-Profilen 2025-12-10 15:25:10 +01:00
ssl refactor(infra): Restrukturierung Config-Ordner & Einführung von Docker-Profilen 2025-12-10 15:25:10 +01:00
templates refactor(infra): Restrukturierung Config-Ordner & Einführung von Docker-Profilen 2025-12-10 15:25:10 +01:00
valkey refactor: migrate Redis cache implementation to Valkey with enhanced configurability 2026-02-12 20:35:25 +01:00