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