Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- frigate:
- image: ghcr.io/blakeblackshear/frigate:0.15.1
- container_name: Frigate
- hostname: frigate
- restart: on-failure:5
- security_opt:
- - apparmor=unconfined
- - systempaths=unconfined
- shm_size: 1024mb
- environment:
- TZ: Europe/Rome
- FRIGATE_RTSP_PASSWORD: 12345678
- volumes:
- - /etc/localtime:/etc/localtime:ro
- - /volume1/docker/frigate/config:/config:rw
- - /volume1/docker/frigate/media:/media/frigate:rw
- - type: tmpfs
- target: /tmp/cache
- tmpfs:
- size: 1000000000
- devices:
- - /dev/dri/renderD128:/dev/dri/renderD128 # for NAS with an Intel Hardware Accelerator
- ports:
- - 5563:5000 #Web UI Interface Port
- - 8554:8554 # RTSP feeds
- - 8555:8555/tcp # WebRTC over tcp
- - 8555:8555/udp # WebRTC over udp
- cap_add:
- - CAP_PERFMON
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement