mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-19 04:26:04 +00:00
zigbee2mqtt: enable zigbee2mqtt on swarm
A network zigbee controller makes zigbee2mqtt swarm-compatible, as it does not rely on specific underlying hardware anymore :)
This commit is contained in:
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
@@ -13,6 +13,7 @@ updates:
|
|||||||
- "/docker/home/mosquitto-mqtt"
|
- "/docker/home/mosquitto-mqtt"
|
||||||
- "/docker/home/n8n"
|
- "/docker/home/n8n"
|
||||||
- "/docker/home/node-red"
|
- "/docker/home/node-red"
|
||||||
|
- "/docker/home/zigbee2mqtt"
|
||||||
- "/docker/infrastructure/mail/roundcube"
|
- "/docker/infrastructure/mail/roundcube"
|
||||||
- "/docker/infrastructure/mail/stalwart"
|
- "/docker/infrastructure/mail/stalwart"
|
||||||
- "/docker/infrastructure/network/traefik"
|
- "/docker/infrastructure/network/traefik"
|
||||||
|
|||||||
@@ -42,6 +42,11 @@ node-red:
|
|||||||
branch: main
|
branch: main
|
||||||
compose_file: docker/home/node-red/docker-compose.yml
|
compose_file: docker/home/node-red/docker-compose.yml
|
||||||
|
|
||||||
|
zigbee2mqtt:
|
||||||
|
repo: homeprod
|
||||||
|
branch: main
|
||||||
|
compose_file: docker/home/zigbee2mqtt/docker-compose.yml
|
||||||
|
|
||||||
roundcube:
|
roundcube:
|
||||||
repo: homeprod
|
repo: homeprod
|
||||||
branch: main
|
branch: main
|
||||||
|
|||||||
@@ -13,8 +13,6 @@ services:
|
|||||||
- "8080"
|
- "8080"
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Paris
|
- TZ=Europe/Paris
|
||||||
devices:
|
|
||||||
- /dev/ttyUSB0:/dev/ttyUSB0
|
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.zigbee2mqtt.rule=Host(`zigbee2mqtt.lan`)"
|
- "traefik.http.routers.zigbee2mqtt.rule=Host(`zigbee2mqtt.lan`)"
|
||||||
Reference in New Issue
Block a user