Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- frigate:
- container_name: frigate
- restart: unless-stopped
- image: ghcr.io/blakeblackshear/frigate:stable
- privileged: true
- shm_size: "512mb"
- deploy:
- resources:
- limits:
- memory: 2gb
- devices:
- - /dev/dri:/dev/dri
- - /dev/bus/usb:/dev/bus/usb
- volumes:
- - /etc/localtime:/etc/localtime:ro
- - ${APPDATA_PATH}/frigate:/config
- - ${SURVEILLANCE_PATH}:/media/frigate
- - type: tmpfs
- target: /tmp/cache
- tmpfs:
- size: 1000000000
- ports:
- - "5000:5000"
- - "8554:8554"
- - "8555:8555/tcp"
- - "8555:8555/udp"
- environment:
- FRIGATE_RTSP_PASSWORD: "fake_password"
Advertisement