mirror of
https://github.com/GeorgeSG/sarah.git
synced 2025-12-28 20:30:29 +00:00
18 lines
385 B
YAML
18 lines
385 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
zigbee2mqtt_deconz:
|
|
container_name: zigbee2mqtt_deconz
|
|
image: koenkk/zigbee2mqtt:latest
|
|
volumes:
|
|
- ./data:/app/data
|
|
- /run/udev:/run/udev:ro
|
|
devices:
|
|
- /dev/ttyACM0:/dev/ttyACM0
|
|
restart: always
|
|
network_mode: host
|
|
privileged: true
|
|
environment:
|
|
- TZ=Europe/Sofia
|
|
# - DEBUG=zigbee-herdsman:deconz*
|