This commit is contained in:
2026-06-30 01:49:11 -03:00
parent 52c93d2cd5
commit b1572c029e
5 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ services:
environment:
REDIS_URL: redis://redis:6379/0
RTSP_QUEUE_NAME: camfinder:rtsp:queue
RTSP_INPUT_CSV: /app/camfinder-open-rtsp.csv
RTSP_INPUT_CSV: /usr/local/share/camfinder/camfinder-open-rtsp.csv
RTSP_WORKER_COUNT: 2
depends_on:
- redis