File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ ring-mqtt :
2
+ container_name : ring-mqtt
3
+ image : tsightler/ring-mqtt
4
+ restart : unless-stopped
5
+ environment :
6
+ - TZ=Etc/UTC
7
+ - DEBUG=ring-*
8
+ ports :
9
+ - 8554:8554
10
+ - 55123:55123
11
+ volumes :
12
+ - ./volumes/ring-mqtt/data:/data
13
+ logging :
14
+ options :
15
+ max-size : 10m
16
+ max-file : " 3"
17
+
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ declare -A cont_array=(
43
43
[pihole]=" Pi-Hole"
44
44
[plex]=" Plex media server"
45
45
[tasmoadmin]=" TasmoAdmin"
46
+ [ring-mqtt]=" Ring-MQTT"
46
47
[rtl_433]=" RTL_433 to mqtt"
47
48
[espruinohub]=" EspruinoHub"
48
49
[motioneye]=" motionEye"
@@ -92,6 +93,7 @@ declare -a keylist=(
92
93
" pihole"
93
94
" plex"
94
95
" tasmoadmin"
96
+ " ring-mqtt"
95
97
" rtl_433"
96
98
" espruinohub"
97
99
" motioneye"
You can’t perform that action at this time.
0 commit comments