config: Update 7 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 22s

This commit is contained in:
Your Name
2025-09-01 14:16:35 +12:00
parent 11ddc264eb
commit 4c2eff0011
7 changed files with 31 additions and 76 deletions

View File

@@ -9,7 +9,7 @@ services:
network_mode: host
volumes:
- ./mediamtx.yml:/mediamtx.yml
- ${RECORDINGS_PATH}:/recordings
- ${RECORDINGS_FOLDER}:/recordings
environment:
- MTX_PROTOCOLS=tcp
- CAMERA_USER=${CAMERA_USER}
@@ -34,7 +34,7 @@ services:
depends_on:
- mediamtx
volumes:
- ${RECORDINGS_PATH}:/recordings
- ${RECORDINGS_FOLDER}:/recordings
environment:
- SQUASHKIWI_API=${SQUASHKIWI_API}
- COURT_ID=${COURT_ID}
@@ -58,7 +58,7 @@ services:
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
- ./web:/usr/share/nginx/html:ro
- ${RECORDINGS_PATH}:/recordings:ro
- ${RECORDINGS_FOLDER}:/recordings:ro
- nginx-cache:/var/cache/nginx
depends_on:
- mediamtx

View File

@@ -1,7 +1,8 @@
# SquashKiwi Streaming Configuration
# Edit this file to configure your streaming service
LOCAL_DATA_FOLDER="/home/dropshell/example-squashkiwi-streaming"
LOCAL_DATA_FOLDER="/home/dropshell/example-squashkiwi-streaming-data"
RECORDINGS_FOLDER="/home/dropshell/example-squashkiwi-streaming-recordings"
# Camera Configuration
@@ -18,7 +19,6 @@ COURT_NAME=Court 1
SQUASHKIWI_API=https://squash.kiwi/api
# Recording Settings
RECORDINGS_PATH="/home/dropshell/example-squashkiwi-streaming/recordings"
RECORDING_RETENTION_DAYS=30
RECORDING_QUALITY=high
IDLE_TIMEOUT=300