From 1ac8cf7117df81a6fadad83e8e2a92f106d8630c Mon Sep 17 00:00:00 2001 From: Eric FELIXINE Date: Wed, 6 May 2026 20:22:53 -0400 Subject: [PATCH] fix: CrateDB-Stellio + table quantumleap_stellio --- docker-compose.quantumleap-stellio.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.quantumleap-stellio.yml b/docker-compose.quantumleap-stellio.yml index 13d13690..9aa4780e 100644 --- a/docker-compose.quantumleap-stellio.yml +++ b/docker-compose.quantumleap-stellio.yml @@ -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