Improved scale on redis workers

This commit is contained in:
2026-06-30 00:36:31 -03:00
parent 2ccdfaf1c7
commit 0fc1473a6f
7 changed files with 497 additions and 90 deletions
+1
View File
@@ -15,5 +15,6 @@ WORKDIR /app
COPY --from=builder /app/target/release/camfinder /usr/local/bin/camfinder
COPY cidrs.txt /app/cidrs.txt
COPY rtsp_paths.txt /app/rtsp_paths.txt
COPY main_ids.json /app/main_ids.json
ENTRYPOINT ["camfinder"]