First Commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user