Skip to content

Commit d3cfa93

Browse files
authored
Merge pull request SensorsIot#634 from Paraphraser/20221224-ring-mqtt-old-menu
2022-12-24 ring-mqtt - old-menu branch - PR 2 of 3
2 parents aca5f77 + a47c61a commit d3cfa93

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.templates/ring-mqtt/service.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+

menu.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)