12345678910111213141516171819202122232425262728293031 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- TZ: Etc/UTC
- octoprint:
- devices:
- - host_device: "/dev/random"
- container_device: "/dev/video0"
- video_enable: true
- video_device: "/dev/video0"
- mjpg_streamer_input: "-y -n -r 1920x1080"
- 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: []
|