From d16d3dffd61b9d9cf97fc46edb79a4abf01c77c2 Mon Sep 17 00:00:00 2001 From: Kpa-clawbot <259247574+Kpa-clawbot@users.noreply.github.com> Date: Fri, 27 Mar 2026 17:27:08 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20MQTT=5FBROKER=20env=20override?= =?UTF-8?q?=20=E2=80=94=20let=20config.json=20mqttSources=20connect=20to?= =?UTF-8?q?=20external=20brokers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index d7d593f8..89876dd5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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