zigbee2mqtt: removed from stacks for now

It seems docker swarm cannot passthrough USB devices, which is needed for zigbee2mqtt.
This commit is contained in:
2025-10-06 00:17:09 +02:00
parent 669a74a1a0
commit 905def336e
3 changed files with 0 additions and 6 deletions

View File

@@ -13,7 +13,6 @@ 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"

View File

@@ -42,11 +42,6 @@ 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