14 lines
352 B
YAML
14 lines
352 B
YAML
services:
|
|
zigbee2mqtt:
|
|
container_name: ${NAME}
|
|
image: ${IMAGE}
|
|
volumes:
|
|
- ${VOLUME}:/app/data
|
|
devices:
|
|
# Ember
|
|
- ${DEVICE}
|
|
# CC2530 / GBAN GB2530S
|
|
#- /dev/ttyUSB_cc2530:/dev/ttyACM0
|
|
restart: always
|
|
ports:
|
|
- ${PORT_UI:-8080}:8080 |