From c3f5705903e36cf6c64cc90ab74fc8a7dfd4fb69 Mon Sep 17 00:00:00 2001 From: Bastian Schnorbus Date: Sun, 22 Mar 2026 11:02:14 +0100 Subject: [PATCH] moving mqtt out of ha setup --- docker-compose.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c4cf411..81c07bc 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,11 +14,7 @@ services: privileged: true network_mode: host depends_on: - # - mariadb - postgres -# - mariadb_1x - - mosquitto -# - zigbee2mqtt labels: # Only include tags that look like X.Y.Z - "wud.tag.include=^\\d+\\.\\d+\\.\\d+$$" @@ -39,24 +35,6 @@ services: - "wud.tag.include=^\\d+-alpine$$" - "wud.watch.digest=true" - mosquitto: - container_name: mosquitto -# image: eclipse-mosquitto:2.0.21 - image: eclipse-mosquitto:1.6.15 - restart: always - ports: - - 1883:1883 - - 9001:9001 - volumes: - - /etc/localtime:/etc/localtime:ro - - mosquitto_data:/mosquitto/data - - ./mosq_config:/mosquitto/config:ro - - ./mosq_log:/mosquitto/log -# - /srv/docker/mosquitto/config:/mosquitto/config -# - /srv/docker/mosquitto/log:/mosquitto/log - environment: - TZ: ${TZ} - nodered: image: nodered/node-red:${NODEREDTAG} container_name: nodered @@ -80,4 +58,3 @@ volumes: ha-postgres-db: name: ha-postgres-db -