12345678910111213141516171819202122232425262728293031323334353637 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- wyze:
- wb_auth: false
- enable_audio: true
- additional_envs: []
- network:
- host_network: false
- additional_ports: []
- web_port:
- bind_mode: published
- port_number: 35000
- host_ip: 0.0.0.0
- rtmp_port:
- bind_mode: published
- port_number: 1935
- rtsp_port:
- bind_mode: published
- port_number: 8554
- hls_port:
- bind_mode: published
- port_number: 8888
- ix_volumes:
- data: /opt/tests/mnt/data
- storage:
- data:
- type: ix_volume
- ix_volume_config:
- dataset_name: data
- create_host_path: true
- additional_storage: []
|