denperss

Untitled

Sep 30th, 2025
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.63 KB | None | 0 0
  1. services:
  2.   frigate:
  3.     container_name: frigate
  4.     restart: unless-stopped
  5.     shm_size: "512mb" # update for your cameras based on calculation above
  6.     stop_grace_period: 30s
  7.     image: ghcr.io/blakeblackshear/frigate:stable
  8.     devices:
  9.       - /dev/dri/renderD128:/dev/dri/renderD128 # for intel hwaccel, needs to be updated for your hardware
  10.     volumes:
  11.      - ./config:/config
  12.       - ./storage:/media/frigate
  13.       - type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
  14.         target: /tmp/cache
  15.         tmpfs:
  16.           size: 1000000000
  17.     ports:
  18.      - "8971:8971"
  19.       - "8554:8554" # RTSP feeds
Advertisement
Add Comment
Please, Sign In to add comment