Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "3.9"
- services:
- frigate:
- container_name: frigate
- restart: unless-stopped
- stop_grace_period: 30s
- image: ghcr.io/blakeblackshear/frigate:stable #-tensorrt
- # network_mode: "host"
- devices:
- - /dev/bus/usb:/dev/bus/usb # Passes the USB Coral, needs to be modified for other versions
- # - /dev/apex_0:/dev/apex_0 # Passes a PCIe Coral, follow driver instructions here https://coral.ai/docs/m2/get-st>
- volumes:
- # - \\wsl$$\Ubuntu-24.04\home\madhatter\frigate\config\config.yaml:/config/config.yaml
- # - E:/Frigate/config/config.yaml:/config/config.yaml
- # - E:/Frigate/config/:/config/
- # - ../config:/config:rw
- - ./config:/config
- - E:/Frigate/Media:/media/frigate
- - \\wsl$$\Ubuntu\etc\localtime:/etc/localtime:ro
- ports:
- - "5001:5000" #web
- - "8971:8971"
- - "8554:8554" # RTSP feeds
Advertisement
Add Comment
Please, Sign In to add comment