What’s the recommended steps to create a app with data volume?
e.g. to deploy a existing app with the mount section in toml config:
[mounts]
source="app_data"
destination="/data"
I have to:
- deploy a app without volume / deploy the config with failure for missing volume
- create a volume for the app
- deploy the app with the volume in mount
Any one-shot solutions?