Update docker-compose.yml
This commit is contained in:
@@ -9,6 +9,7 @@ services:
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- frigate-config:/config/
|
||||
- frigate-trt-models:/trt-models
|
||||
- frigate-storage:/media/frigate
|
||||
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
|
||||
target: /tmp/cache
|
||||
@@ -30,6 +31,12 @@ volumes:
|
||||
type: 'none'
|
||||
o: 'bind'
|
||||
device: '/${BASEDIR}/frigate/config/'
|
||||
frigate-trt-models:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: 'none'
|
||||
o: 'bind'
|
||||
device: '/${BASEDIR}/frigate/trt-models/'
|
||||
frigate-storage:
|
||||
driver: local
|
||||
driver_opts:
|
||||
|
||||
Reference in New Issue
Block a user