| services: | |
| frigate: | |
| container_name: frigate | |
| privileged: true | |
| restart: unless-stopped | |
| stop_grace_period: 30s | |
| image: frigate:ax650-8d6d113 | |
| 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" | |