Compare commits

...

2 Commits

Author SHA1 Message Date
Bastian Schnorbus
859aaa97ba updating gitignore 2026-03-22 11:08:04 +01:00
Bastian Schnorbus
c3f5705903 moving mqtt out of ha setup 2026-03-22 11:02:14 +01:00
2 changed files with 4 additions and 24 deletions

5
.gitignore vendored
View File

@@ -1,4 +1,6 @@
secrets.yaml
.cache
.ha_run_lock
.HA_VERSION
.env
.vscode
@@ -21,5 +23,6 @@ zigbee.db
zbdata/
nodered_backup/
mosq_config/
homematicip_local/
custom_components/

View File

@@ -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