0.14.1 initial dayglo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user