Mark A-1 as complete: Update Docker Compose setup with health checks, unified depends_on conditions, and one-command startup; document changes in roadmap.

This commit is contained in:
2026-04-02 18:52:45 +02:00
parent 2715b75535
commit 8b40a0624b
4 changed files with 40 additions and 6 deletions
+16 -2
View File
@@ -64,7 +64,7 @@ services:
postgres:
condition: "service_healthy"
keycloak:
condition: "service_started"
condition: "service_healthy"
consul:
condition: "service_healthy"
valkey:
@@ -72,6 +72,13 @@ services:
zipkin:
condition: "service_started"
healthcheck:
test: [ "CMD", "wget", "--spider", "-q", "http://localhost:8081/actuator/health/readiness" ]
interval: 15s
timeout: 5s
retries: 5
start_period: 40s
networks:
meldestelle-network:
aliases:
@@ -132,7 +139,7 @@ services:
postgres:
condition: "service_healthy"
keycloak:
condition: "service_started"
condition: "service_healthy"
consul:
condition: "service_healthy"
valkey:
@@ -140,6 +147,13 @@ services:
zipkin:
condition: "service_started"
healthcheck:
test: [ "CMD", "wget", "--spider", "-q", "http://localhost:8082/actuator/health/readiness" ]
interval: 15s
timeout: 5s
retries: 5
start_period: 40s
networks:
meldestelle-network:
aliases: