Delta-Load
This commit is contained in:
Executable
+17
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
frigate:
|
||||
container_name: frigate
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 15s
|
||||
image: ghcr.io/blakeblackshear/frigate:stable
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ./storage:/media/frigate
|
||||
# - type: tmpfs
|
||||
# target: /tmp/cache
|
||||
# tmpfs:
|
||||
# size: 1000000000
|
||||
ports:
|
||||
- 8971:8971
|
||||
- 8554:8554 # RTSP feeds
|
||||
networks: {}
|
||||
Reference in New Issue
Block a user