config: Update 2 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 21:42:35 +12:00
parent 4e16b4eba2
commit f47bc0e67f
2 changed files with 8 additions and 20 deletions

View File

@@ -10,13 +10,8 @@ services:
- ${RECORDINGS_FOLDER}:/recordings
environment:
- MTX_PROTOCOLS=tcp
- CAMERA_USER=${CAMERA_USER}
- CAMERA_PASSWORD=${CAMERA_PASSWORD}
- CAMERA_IP=${CAMERA_IP}
- CAMERA_RTSP_PORT=${CAMERA_RTSP_PORT}
- COURT_ID=${COURT_ID}
- COURT_NAME=${COURT_NAME}
- PUBLISH_PASSWORD=${PUBLISH_PASSWORD:-admin}
- MTX_PATHS_COURT_MAIN_SOURCE=rtsp://${CAMERA_USER}:${CAMERA_PASSWORD}@${CAMERA_IP}:${CAMERA_RTSP_PORT}/cam/realmonitor?channel=1&subtype=0
- MTX_PATHS_COURT_SUB_SOURCE=rtsp://${CAMERA_USER}:${CAMERA_PASSWORD}@${CAMERA_IP}:${CAMERA_RTSP_PORT}/cam/realmonitor?channel=1&subtype=1
healthcheck:
test: ["CMD", "wget", "-q", "-O", "-", "http://localhost:9997/v2/paths/list"]
interval: 30s