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
@@ -32,6 +32,12 @@ services:
depends_on:
api-gateway:
condition: "service_started"
healthcheck:
test: [ "CMD", "wget", "--spider", "-q", "http://localhost:4000/" ]
interval: 20s
timeout: 5s
retries: 5
start_period: 20s
networks:
meldestelle-network:
aliases: