M48: harden demo operations and offsite recovery
MobilityOps acceptance / backend (push) Failing after 20s
MobilityOps acceptance / frontend (push) Successful in 28s
MobilityOps acceptance / e2e (push) Skipped

This commit is contained in:
NuklearRabbit
2026-08-21 22:17:49 +02:00
parent a24098c583
commit 00191e9b54
28 changed files with 1136 additions and 332 deletions
+10
View File
@@ -17,6 +17,11 @@ services:
- mobilityops-prometheus:/prometheus
ports:
- "127.0.0.1:19090:9090"
healthcheck:
test: ["CMD", "wget", "-q", "-O", "/dev/null", "http://127.0.0.1:9090/-/ready"]
interval: 15s
timeout: 5s
retries: 10
restart: unless-stopped
networks: [mobilityops]
@@ -61,6 +66,11 @@ services:
- mobilityops-grafana:/var/lib/grafana
ports:
- "127.0.0.1:13000:3000"
healthcheck:
test: ["CMD-SHELL", "wget -q -O - http://127.0.0.1:3000/api/health | grep -Eq '\"database\"[[:space:]]*:[[:space:]]*\"ok\"'"]
interval: 15s
timeout: 5s
retries: 20
depends_on: [prometheus, alertmanager]
restart: unless-stopped
networks: [mobilityops]