Mark data volumes as optional

This commit is contained in:
Tobias Diez 2024-06-21 19:09:54 +08:00 committed by GitHub
parent 35a3dcca17
commit f4a96502bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@ param_hostname_desc: "Optionally the hostname can be defined."
param_usage_include_vols: true
param_volumes:
- {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Configuration files."}
opt_param_volumes:
- {vol_path: "/data1", vol_host_path: "/path/to/data1", desc: "Data1"}
- {vol_path: "/data2", vol_host_path: "/path/to/data2", desc: "Data2"}
param_usage_include_ports: true