FIX: Pulsar Manager credentials + MapStore static files + CrateDB tables + QuantumLeap persistence

This commit is contained in:
Eric FELIXINE
2026-05-07 15:07:10 -04:00
parent 66a22a2421
commit 5a5234f868
3 changed files with 662552 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ services:
- smart-city-cratedb-stellio-data:/data
command: -Ccluster.name=stellio
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:4200/_admin/v1/health"]
test: ["CMD", "curl", "-f", "http://localhost:4200/"]
interval: 30s
timeout: 10s
retries: 3