Guest User

compose

a guest
Sep 9th, 2025
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. version: "3.9"
  2. services:
  3. frigate:
  4. container_name: frigate
  5. restart: unless-stopped
  6. stop_grace_period: 30s
  7. image: ghcr.io/blakeblackshear/frigate:stable #-tensorrt
  8. # network_mode: "host"
  9. devices:
  10. - /dev/bus/usb:/dev/bus/usb # Passes the USB Coral, needs to be modified for other versions
  11. # - /dev/apex_0:/dev/apex_0 # Passes a PCIe Coral, follow driver instructions here https://coral.ai/docs/m2/get-st>
  12.  
  13. volumes:
  14. # - \\wsl$$\Ubuntu-24.04\home\madhatter\frigate\config\config.yaml:/config/config.yaml
  15. # - E:/Frigate/config/config.yaml:/config/config.yaml
  16. # - E:/Frigate/config/:/config/
  17. # - ../config:/config:rw
  18. - ./config:/config
  19. - E:/Frigate/Media:/media/frigate
  20. - \\wsl$$\Ubuntu\etc\localtime:/etc/localtime:ro
  21.  
  22.  
  23. ports:
  24. - "5001:5000" #web
  25. - "8971:8971"
  26. - "8554:8554" # RTSP feeds
Advertisement
Add Comment
Please, Sign In to add comment