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
+6
View File
@@ -159,6 +159,12 @@ services:
- "${ZIPKIN_PORT:-9411:9411}"
networks:
meldestelle-network:
healthcheck:
test: [ "CMD", "wget", "--spider", "-q", "http://localhost:9411/health" ]
interval: 20s
timeout: 5s
retries: 5
start_period: 20s
volumes:
postgres-data: