12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- fireshare:
- admin_username: admin
- admin_password: password
- secret_key: secret
- minutes_between_video_scans: 5
- thumbnail_video_location: 50
- domain: localhost
- additional_envs: []
- run_as:
- user: 568
- group: 568
- network:
- host_network: false
- web_port:
- bind_mode: published
- port_number: 8080
- ix_volumes:
- data: /opt/tests/mnt/fireshare/data
- processed: /opt/tests/mnt/fireshare/processed
- videos: /opt/tests/mnt/fireshare/videos
- storage:
- data:
- type: ix_volume
- ix_volume_config:
- dataset_name: data
- create_host_path: true
- processed:
- type: ix_volume
- ix_volume_config:
- dataset_name: processed
- create_host_path: true
- videos:
- type: ix_volume
- ix_volume_config:
- dataset_name: videos
- create_host_path: true
- additional_storage: []
|