File size: 693 Bytes
c09d9fa
 
 
 
 
 
1bf5140
c09d9fa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
    stop_grace_period: 30s
    image: frigate:ax650-4dc1feb
    shm_size: "1024mb"
    volumes:
      - /soc/lib:/soc/lib
      - /usr/local/lib/libexif.so:/soc/lib/libexif.so
      - /etc/localtime:/etc/localtime:ro
      - ./config:/config
      - ./storage:/media/frigate
      - type: tmpfs
        target: /tmp/cache
        tmpfs:
          size: 1000000000
    ports:
      - "8971:8971"
      # - "5000:5000"
      - "8554:8554"
      - "8555:8555/tcp"
      - "8555:8555/udp"
    environment:
      TZ: "Asia/Shanghai"
      LD_LIBRARY_PATH: "/usr/local/lib:/usr/lib:/opt/lib:/soc/lib"