0.14.1 initial dayglo

This commit is contained in:
2024-10-20 13:05:00 +11:00
parent b043cc5186
commit b5255e4996
12 changed files with 364 additions and 13 deletions
+17
View File
@@ -0,0 +1,17 @@
dayglo_detector:
container_name: dayglo_detector
build:
context: ./dayglo_detector
restart: always
volumes:
- /etc/localtime:/etc/localtime:ro
environment:
MQTT_BROKER: 'frigate'
MQTT_PORT: '1883'
MQTT_USERNAME: 'your_mqtt_username' # Optional
MQTT_PASSWORD: 'your_mqtt_password' # Optional
FRIGATE_URL: 'http://frigate:5000'
INTERESTED_ZONES: 'Door_Front'
depends_on:
- frigate