First Commit

This commit is contained in:
2026-05-19 14:32:46 +07:00
parent 73a8a01048
commit b3d162450d
20 changed files with 6543 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
services:
counter:
image: python:3.11-slim
working_dir: /app
volumes:
- ./:/app
environment:
- CAMERA_NAME=cam_gudang_utara
- OBJECT_LABEL=ayam-potong
- FRIGATE_MQTT_HOST=mqtt.local
- DAILY_CUTOFF_TIME=17:00
- BATCH_TIMEOUT_SECONDS=60
command: >
sh -c "pip install paho-mqtt && python counter_service.py"