-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrigate_compose2.yml
More file actions
28 lines (28 loc) · 1.01 KB
/
frigate_compose2.yml
File metadata and controls
28 lines (28 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
services:
frigate:
container_name: frigate
privileged: true
restart: unless-stopped
image: ghcr.io/blakeblackshear/frigate:stable
shm_size: "256mb"
volumes:
- /etc/localtime:/etc/localtime:ro
- /home/jwilliams/frigate/config:/config
- /home/jwilliams/config/config.yml:/config/config.yml:ro
- /home/jwilliams/frigate/media:/media/frigate
- /home/jwilliams/frigate/media/clips:/media/frigate/clips
- /home/jwilliams/frigate/media/recordings:/media/frigate/recordings
- /home/jwilliams/frigate/media/exports:/media/frigate/exports
- /home/jwilliams/frigate/media/tmp/cache:/tmp/cache
- /home/jwilliams/frigate/media/frigate:/db
- type: tmpfs # 1GB of memory
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- "5000:5000" # Port used by the Web UI
- "8554:8554" # RTSP feeds
- "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udp
environment:
FRIGATE_RTSP_PASSWORD: ""