File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ services:
77 restart : unless-stopped
88 networks :
99 - mariadb
10- - proxy
1110 volumes :
1211 - ../../lib/mariadb:/var/lib/mysql:Z
1312 env_file :
@@ -29,6 +28,3 @@ services:
2928networks :
3029 mariadb :
3130 name : mariadb-net
32- proxy :
33- name : nginx-proxy-net
34- external : true
Original file line number Diff line number Diff line change 1+ homeassistant: true
2+ permit_join: true
3+ mqtt:
4+ base_topic: zigbee2mqtt
5+ server: mqtt://YOUR-SERVER
6+ user: YOUR-USERNAME
7+ password: YOUR_PASSWORD
8+ serial:
9+ port: /dev/ttyACM0
10+ frontend:
11+ port: 8080
12+ host: 0.0.0.0
13+ availability: true
14+ devices:
Original file line number Diff line number Diff line change 11services :
22 zigbee2mqtt :
3- # image: koenkk/zigbee2mqtt:2.0.0
43 image : koenkk/zigbee2mqtt:${IMAGE_VERSION:-latest}
54 container_name : zigbee2mqtt
65 hostname : zigbee2mqtt
76 restart : unless-stopped
87 devices :
9- - " ${CONTROLLER_DEVICE}:/dev/ttyACM0 "
8+ - " ${CONTROLLER_DEVICE}:/dev/ttyzig0 "
109 volumes :
11- - ./data :/app/data
10+ - ./config :/app/data
1211 - /run/udev:/run/udev:ro
1312# ports:
1413# - 8080:8080
You can’t perform that action at this time.
0 commit comments