Compare commits
2 Commits
56a911cb99
...
859aaa97ba
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
859aaa97ba | ||
|
|
c3f5705903 |
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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/
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user