12345678910111213141516171819202122 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- ci: true
- webui:
- truenas_ip: ""
- tag: "latest"
- additional_envs: []
- network:
- http_port:
- bind_mode: published
- port_number: 8080
- https_port:
- bind_mode: published
- port_number: 8443
- storage:
- additional_storage: []
|