Sign inSign up

tesla3l337/alpine-zigbee2mqtt

By tesla3l337

Updated almost 7 years ago

zigbee2mqtt base on lasted alpine for pi

Image
0

296

tesla3l337/alpine-zigbee2mqtt repository overview

zigbee2mqtt container for Raspberry PI 3 & 4

see the doc here: https://github.com/Koenkk/zigbee2mqtt

docker-compose.yml

zigbee2mqqt work with mosquito server.
You can use my tesla3l337/alpine-mosquitto:latest image

version: "2"

services:
  zigbee2mqtt:
     image: tesla3l337/alpine-zigbee2mqtt:1.6.0
     container_name: zigbee2mqtt
     restart: always
     volumes:
       - ./data:/opt/zigbee2mqtt/data
     devices:
       - "/dev/ttyACM0:/dev/ttyACM0"

  mosquitto:
     image: tesla3l337/alpine-mosquitto:latest
     container_name: mosquitto
     restart: always
     ports:
       - "1883:1883"

Tag summary

Content type

Image

Digest

Size

66.4 MB

Last updated

almost 7 years ago

docker pull tesla3l337/alpine-zigbee2mqtt:1.7.1