Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- frigate:
- container_name: frigate
- restart: unless-stopped
- shm_size: "512mb" # update for your cameras based on calculation above
- stop_grace_period: 30s
- image: ghcr.io/blakeblackshear/frigate:stable
- devices:
- - /dev/dri/renderD128:/dev/dri/renderD128 # for intel hwaccel, needs to be updated for your hardware
- volumes:
- - ./config:/config
- - ./storage:/media/frigate
- - type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
- target: /tmp/cache
- tmpfs:
- size: 1000000000
- ports:
- - "8971:8971"
- - "8554:8554" # RTSP feeds
Advertisement
Add Comment
Please, Sign In to add comment