12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- frigate:
- image_selector: image
- shm_size_mb: 64
- mount_usb_bus: false
- additional_envs: []
- network:
- host_network: false
- web_port:
- bind_mode: published
- port_number: 8081
- no_auth_port:
- bind_mode: "published"
- port_number: 8080
- rtsp_port:
- bind_mode: published
- port_number: 8554
- webrtc_port:
- bind_mode: published
- port_number: 8082
- go2rtc_port:
- bind_mode: published
- port_number: 8083
- ix_volumes:
- frigate-config: /opt/tests/mnt/config
- frigate-media: /opt/tests/mnt/media
- storage:
- config:
- type: ix_volume
- ix_volume_config:
- dataset_name: frigate-config
- create_host_path: true
- media:
- type: ix_volume
- ix_volume_config:
- dataset_name: frigate-media
- create_host_path: true
- cache:
- type: tmpfs
- tmpfs_config:
- size: 1024
- additional_storage: []
|