12345678910111213141516171819202122232425262728 |
- TZ: Etc/UTC
- makemkv:
- devices: []
- additional_envs: []
- network:
- web_port:
- bind_mode: published
- port_number: 8081
- host_network: false
- ix_volumes:
- config: /opt/tests/mnt/makemkv/config
- output: /opt/tests/mnt/makemkv/output
- storage:
- config:
- type: ix_volume
- ix_volume_config:
- dataset_name: output
- create_host_path: true
- output:
- type: ix_volume
- ix_volume_config:
- dataset_name: output
- create_host_path: true
- additional_storage: []
|