updated config.json to include correct information and added docker-compose.yaml
This commit is contained in:
15
docker-compose.yaml
Normal file
15
docker-compose.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
ring-mqtt:
|
||||
container_name: ring-mqtt
|
||||
restart: unless-stopped
|
||||
image: tsightler/ring-mqtt
|
||||
ports:
|
||||
- 8554:8554 # Enable RTSP port for external media player access
|
||||
volumes:
|
||||
- /home/mattspeer/docker/ring-mqtt/data:/data # Mapping of local folder to provide persistent storage
|
||||
logging: #limit logs to 10m and 3 files
|
||||
options:
|
||||
max-size: 10m
|
||||
max-file: "3"
|
||||
Reference in New Issue
Block a user