123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- lms:
- additional_envs: []
- network:
- web_port:
- port_number: 8080
- bind_mode: published
- cli_port:
- port_number: 8081
- bind_mode: published
- discovery_port:
- port_number: 3483
- bind_mode: published
- run_as:
- user: 568
- group: 568
- ix_volumes:
- config: /opt/tests/mnt/storage/lms/config
- music: /opt/tests/mnt/storage/lms/music
- playlist: /opt/tests/mnt/storage/lms/playlist
- storage:
- config:
- type: ix_volume
- ix_volume_config:
- dataset_name: config
- create_host_path: true
- music:
- type: ix_volume
- ix_volume_config:
- dataset_name: music
- create_host_path: true
- playlist:
- type: ix_volume
- ix_volume_config:
- dataset_name: playlist
- create_host_path: true
- additional_storage: []
|