config: Update 2 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user