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=(
4343 [pihole]=" Pi-Hole"
4444 [plex]=" Plex media server"
4545 [tasmoadmin]=" TasmoAdmin"
46+ [ring-mqtt]=" Ring-MQTT"
4647 [rtl_433]=" RTL_433 to mqtt"
4748 [espruinohub]=" EspruinoHub"
4849 [motioneye]=" motionEye"
@@ -92,6 +93,7 @@ declare -a keylist=(
9293 " pihole"
9394 " plex"
9495 " tasmoadmin"
96+ " ring-mqtt"
9597 " rtl_433"
9698 " espruinohub"
9799 " motioneye"
You can’t perform that action at this time.
0 commit comments