fix: CrateDB-Stellio + table quantumleap_stellio

This commit is contained in:
Eric FELIXINE
2026-05-06 20:22:53 -04:00
parent c27c2c10af
commit 1ac8cf7117

View File

@@ -42,7 +42,7 @@ services:
- "5433:5432"
volumes:
- smart-city-cratedb-stellio-data:/data
command: -Clicense.enterprise=false -Cauth.host_based.enabled=true
command: -Ccluster.name=stellio
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:4200/_admin/v1/health"]
interval: 30s