#16 Upgrade to v0.15.0

This commit is contained in:
Ashish D'Souza 2025-04-04 23:09:11 -05:00
parent 8ec090b212
commit 4fbcb49d5b
2 changed files with 10 additions and 6 deletions

View File

@ -215,12 +215,16 @@ record:
retain: retain:
days: 30 # Number of days to retain recordings regardless of events days: 30 # Number of days to retain recordings regardless of events
mode: all # Mode for retention: all (24/7), motion (only segments with motion), active_objects (only segments with active objects) mode: all # Mode for retention: all (24/7), motion (only segments with motion), active_objects (only segments with active objects)
events: alerts:
pre_capture: 5 # Number of seconds before the event to include
post_capture: 5 # Number of seconds after the event to include
retain: retain:
default: 30 # Number of days to retain recordings of events days: 30 # Number of days to retain alerts
mode: all # Mode for retention: all (24/7), motion (only segments with motion), active_objects (only segments with active objects) pre_capture: 5 # Number of seconds before the alert to include
post_capture: 5 # Number of seconds after the alert to include
detections:
retain:
days: 30 # Number of days to retain detections
pre_capture: 5 # Number of seconds before the detection to include
post_capture: 5 # Number of seconds after the detection to include
snapshots: snapshots:
enabled: true enabled: true

View File

@ -3,7 +3,7 @@
services: services:
frigate: frigate:
container_name: frigate container_name: frigate
image: ghcr.io/blakeblackshear/frigate:0.14.1 image: ghcr.io/blakeblackshear/frigate:0.15.0
labels: labels:
autoheal: 'true' autoheal: 'true'
restart: unless-stopped restart: unless-stopped