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
|
||||
|
Reference in New Issue
Block a user