Session 2026-05-06: QuantumLeap+CrateDB, Telegraf debug, MapStore GeoServer fix

This commit is contained in:
Eric FELIXINE
2026-05-06 13:23:58 -04:00
parent b73b02f39d
commit 0ba25ef1a8
25 changed files with 688227 additions and 62 deletions

View File

@@ -19,14 +19,14 @@ services:
- smartcity-shared
- traefik-public
environment:
# MQTT Brokers (Disabled - using Pulsar distribution)
- ENABLE_EMQX=false
- ENABLE_MOSQUITTO=false
- ENABLE_BUNKER=false
# Context Brokers (Disabled - using Pulsar distribution)
- ENABLE_ORION=false
- ENABLE_STELLIO=false
- ENABLE_FROST=true # Temporaire: test direct pour Grafana
# MQTT Brokers
- ENABLE_EMQX=true
- ENABLE_MOSQUITTO=true
- ENABLE_BUNKER=true
# Context Brokers
- ENABLE_ORION=true
- ENABLE_STELLIO=true
- ENABLE_FROST=true
# Databases
- ENABLE_INFLUX=true
- INFLUX_URL=http://smart-city-influxdb:8086