Report this

What is the reason for this report?

How do I add a volume to my application?

Posted on November 17, 2025

I am trying to add a volume to my application and struggling! I think maybe I need to switch to a professional plan, but I can’t figure out where to do that. Very confused.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there:

App Platform does not actually support volumes at all. Volumes are ment to be used with Droplets.

It’s not an App Platform plan limitation, and there’s no upgrade path that unlocks it. By design, App Platform containers only have ephemeral disk space, and anything stored there is wiped on deploy or restart. DigitalOcean confirms this here:

https://docs.digitalocean.com/products/app-platform/reference/limits/

Under Storage Limits, it states:

App Platform does not support volumes.

If you need persistent storage you have to use something external, like:

  • DigitalOcean Managed Databases for application data

  • Spaces Object Storage for files, uploads, static assets

So you weren’t missing a setting. It’s just not a feature App Platform offers.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.