config: Update 7 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 22s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 22s
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user