allow logger daemon process to be killed with the main thread, thus allowing us to continue logging during shutdown

This commit is contained in:
Jason Hunter
2021-05-05 21:20:44 -04:00
committed by Blake Blackshear
parent 3a171d19e3
commit 482399d82f
3 changed files with 7 additions and 13 deletions

View File

@@ -14,6 +14,10 @@ services:
- .:/opt/frigate:cached
- ./config/config.yml:/config/config.yml:ro
- ./debug:/media/frigate
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- "1935:1935"
- "5000:5000"