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
+3 -4
View File
@@ -18,8 +18,7 @@ services:
depends_on:
- redis
volumes:
- ./camfinder-open-rtsp.csv:/app/camfinder-open-rtsp.csv:ro
- ./dump:/app/dump
- ./:/app
worker-1:
build: .
@@ -34,7 +33,7 @@ services:
- redis
- coordinator
volumes:
- ./dump:/app/dump
- ./:/app
worker-2:
build: .
@@ -49,7 +48,7 @@ services:
- redis
- coordinator
volumes:
- ./dump:/app/dump
- ./:/app
volumes:
camfinder-redis: