fix: remove MQTT_BROKER env override — let config.json mqttSources connect to external brokers

The env var was overriding the config and forcing Go staging to only
connect to its own empty local mosquitto, missing all external data.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Kpa-clawbot
2026-03-27 17:27:08 -07:00
parent df63efa78d
commit d16d3dffd6
-1
View File
@@ -64,7 +64,6 @@ services:
- caddy-data-staging-go:/data/caddy
environment:
- NODE_ENV=staging
- MQTT_BROKER=mqtt://localhost:1883
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost:3000/api/stats"]
interval: 30s