You've already forked zigbee2mqtt
zigbee2mqtt first deployment
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
services:
|
||||
zigbee2mqtt:
|
||||
image: koenkk/zigbee2mqtt:${Z2M_VERSION}
|
||||
restart: unless-stopped
|
||||
devices:
|
||||
- ${Z2M_DEVICE}:/dev/z2m_usb_device
|
||||
environment:
|
||||
- TZ=${Z2M_TIMEZONE}
|
||||
volumes:
|
||||
- ${Z2M_DATA}:/app/data
|
||||
- /run/udev:/run/udev:ro
|
||||
ports:
|
||||
- 8080:8080
|
||||
Reference in New Issue
Block a user