36 lines
827 B
YAML
36 lines
827 B
YAML
services:
|
|
frigate:
|
|
hostname: frigate
|
|
privileged: true
|
|
restart: unless-stopped
|
|
image: ghcr.io/blakeblackshear/frigate:stable
|
|
cap_add:
|
|
- CAP_PERFMON
|
|
- CAP_NET_ADMIN
|
|
- CAP_NET_RAW
|
|
shm_size: 128mb
|
|
devices:
|
|
- /dev/apex_0:/dev/apex_0
|
|
- /dev/dri/renderD128:/dev/dri/renderD128
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /db/frigate:/db
|
|
- /opt/frigate/config.yml:/config/config.yml
|
|
- /mnt/frigate/media:/media/frigate
|
|
- type: tmpfs
|
|
target: /tmp/cache
|
|
tmpfs:
|
|
size: 1000000000
|
|
- /certs:/certs
|
|
ports:
|
|
- 5000:5000
|
|
- 8554:8554
|
|
- 8555:8555/tcp
|
|
- 8555:8555/udp
|
|
- 8971:8971
|
|
environment:
|
|
PUID: 1001
|
|
PGID: 10002
|
|
FRIGATE_RTSP_PASSWORD: Saterdag!90
|
|
networks: {}
|