Skip to content

Commit 4f5d530

Browse files
committed
2022-12-24 ring-mqtt - old-menu branch - PR 2 of 3
Adds ring-mqtt service definition to template and menu. Documentation added to master branch. Signed-off-by: Phill Kelley <[email protected]>
1 parent aca5f77 commit 4f5d530

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.templates/ring-mqtt/service.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
volumes:
11+
- ./volumes/ring-mqtt/data:/data
12+
logging:
13+
options:
14+
max-size: 10m
15+
max-file: "3"
16+

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)