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