FIX: Pulsar Manager credentials + MapStore static files + CrateDB tables + QuantumLeap persistence
This commit is contained in:
@@ -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
|
||||
|
||||
662548
simulator.log
662548
simulator.log
File diff suppressed because it is too large
Load Diff
@@ -631,9 +631,9 @@ class MultiMQTT:
|
||||
def _setup(self):
|
||||
# Utiliser les variables d'environnement pour les brokers
|
||||
brokers = [
|
||||
("EMQX", EMQX_HOST, EMQX_PORT, False, "", ""),
|
||||
("Mosquitto", MOSQUITTO_HOST, MOSQUITTO_PORT, False, "bunker", "bunker"),
|
||||
("BunkerM", BUNKERM_HOST, BUNKERM_PORT, False, "bunker", "bunker"), # Port 1900 = MQTT simple, pas TLS
|
||||
("emqx", EMQX_HOST, EMQX_PORT, False, "", ""),
|
||||
("mosquitto", MOSQUITTO_HOST, MOSQUITTO_PORT, False, "", ""),
|
||||
("bunkerm", BUNKERM_HOST, BUNKERM_PORT, False, "bunker", "bunker"), # Port 1900 = MQTT simple, pas TLS
|
||||
]
|
||||
print("[MQTT] 🔌 Connexion aux brokers...")
|
||||
for name, host, port, tls, user, pwd in brokers:
|
||||
|
||||
Reference in New Issue
Block a user