#16 Upgrade to v0.15.0
This commit is contained in:
		
							parent
							
								
									8ec090b212
								
							
						
					
					
						commit
						4fbcb49d5b
					
				| 
						 | 
				
			
			@ -215,12 +215,16 @@ record:
 | 
			
		|||
  retain:
 | 
			
		||||
    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)
 | 
			
		||||
  events:
 | 
			
		||||
    pre_capture: 5  # Number of seconds before the event to include
 | 
			
		||||
    post_capture: 5  # Number of seconds after the event to include
 | 
			
		||||
  alerts:
 | 
			
		||||
    retain:
 | 
			
		||||
      default: 30  # Number of days to retain recordings of events
 | 
			
		||||
      mode: all  # Mode for retention: all (24/7), motion (only segments with motion), active_objects (only segments with active objects)
 | 
			
		||||
      days: 30  # Number of days to retain alerts
 | 
			
		||||
    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:
 | 
			
		||||
  enabled: true
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
services:
 | 
			
		||||
  frigate:
 | 
			
		||||
    container_name: frigate
 | 
			
		||||
    image: ghcr.io/blakeblackshear/frigate:0.14.1
 | 
			
		||||
    image: ghcr.io/blakeblackshear/frigate:0.15.0
 | 
			
		||||
    labels:
 | 
			
		||||
      autoheal: 'true'
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue