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:
@@ -7,10 +7,18 @@
|
||||
|
||||
## 🔴 Sprint A — Sofort (diese Woche)
|
||||
|
||||
- [ ] **A-1** | Docker-Compose-Setup auf aktuellen Stand bringen
|
||||
- [ ] Alle Services (Backend, DB, Infra) in `docker-compose.yaml` / `dc-*.yaml` prüfen
|
||||
- [ ] Sicherstellen: Lokale Entwicklungsumgebung startet mit einem einzigen Befehl
|
||||
- [ ] Healthchecks für alle Services definieren
|
||||
- [x] **A-1** | Docker-Compose-Setup auf aktuellen Stand bringen
|
||||
- [x] Alle Services (Backend, DB, Infra) in `docker-compose.yaml` / `dc-*.yaml` prüfen
|
||||
- [x] Sicherstellen: Lokale Entwicklungsumgebung startet mit einem einzigen Befehl
|
||||
- [x] Healthchecks für alle Services definieren
|
||||
|
||||
Hinweise:
|
||||
- Ein-Kommando-Start (alle Profile):
|
||||
```bash
|
||||
docker compose --profile all up -d
|
||||
```
|
||||
- Healthchecks ergänzt für: `api-gateway`, `ping-service`, `web-app`, `zipkin`.
|
||||
- `depends_on` vereinheitlicht: Keycloak wird von Backend-Services mit `service_healthy` abgewartet.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user