123456789101112131415161718192021222324252627 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- TZ: Etc/UTC
- octoprint:
- devices: []
- video_enable: false
- network:
- host_network: false
- web_port:
- bind_mode: published
- port_number: 34567
- ix_volumes:
- octoprint-data: /opt/tests/mnt/octoprint-data
- storage:
- data:
- type: ix_volume
- ix_volume_config:
- dataset_name: octoprint-data
- create_host_path: true
- additional_storage: []
|