Files
sarah/zigbee2mqtt_deconz/docker-compose.yaml
T
2020-07-17 13:29:13 +03:00

20 lines
396 B
YAML

version: "3.4"
services:
zigbee2mqtt_deconz:
container_name: zigbee2mqtt_deconz
build:
context: .
network: host
volumes:
- ./data:/app/data
- /run/udev:/run/udev:ro
devices:
- /dev/ttyACM2:/dev/ttyACM2
restart: always
network_mode: host
privileged: true
environment:
- TZ=Europe/Sofia
# - DEBUG=zigbee-herdsman:deconz*