File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
.templates/zigbee2mqttassistant Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ zigbee2mqttassistant :
2
+ container_name : zigbee2mqttassistant
3
+ image : carldebilly/zigbee2mqttassistant
4
+ restart : unless-stopped
5
+ env_file :
6
+ - ./services/zigbee2mqttassistant/zigbee2mqttassistant.env
7
+ ports :
8
+ - 8880:80
9
+ environment :
10
+ - VIRTUAL_HOST=~^zigbee2mqttassistant\..*\.xip\.io
11
+ - VIRTUAL_PORT=8880
Original file line number Diff line number Diff line change
1
+ # TZ=Europe/Budapest \
2
+ Z2MA_SETTINGS__MQTTSERVER = mosquitto
3
+ # Z2MA_SETTINGS__MQTTUSERNAME=
4
+ # Z2MA_SETTINGS__MQTTPASSWORD=
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ declare -A cont_array=(
28
28
[diyhue]=" diyHue"
29
29
[homebridge]=" Homebridge"
30
30
[python]=" Python 3"
31
-
31
+ [zigbee2mqttassistant]= " zigbee2mqttassistant "
32
32
)
33
33
declare -a armhf_keys=(" portainer" " nodered" " influxdb" " grafana" " mosquitto" " telegraf" " mariadb" " postgres"
34
34
" adminer" " openhab" " zigbee2mqtt" " pihole" " plex" " tasmoadmin" " rtl_433" " espruinohub"
35
- " motioneye" " webthings_gateway" " blynk_server" " nextcloud" " diyhue" " homebridge" " python" )
35
+ " motioneye" " webthings_gateway" " blynk_server" " nextcloud" " diyhue" " homebridge" " python" " zigbee2mqttassistant " )
36
36
37
37
sys_arch=$( uname -m)
38
38
You can’t perform that action at this time.
0 commit comments