Question

What's the most cost-efficient way to deploy strapi into digitalocean

I have multiple apps on app-platform each with a managed database and was wondering how i could reduce costs and still make it work , i have 5 websites that i host on vercel with the strapi on digital ocean


Submit an answer


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!

Sign In or Sign Up to Answer

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.

Bobby Iliev
Site Moderator
Site Moderator badge
February 6, 2025

Hey! 👋

If you’re looking to cut costs while keeping Strapi running smoothly, here are a few options:

  • Instead of running it on App Platform, a single $7–$14/month Droplet can handle multiple Strapi instances. You can still use a Managed Database or run PostgreSQL/MySQL on the same Droplet

https://docs.digitalocean.com/products/droplets/how-to/create/

  • If each app has its own database, consider consolidating them into one. Strapi supports multi-tenancy, so multiple projects can share a single DB:

https://docs.digitalocean.com/products/databases/postgresql/how-to/manage-users-and-databases/

  • If a Managed Database is over budget, running PostgreSQL or MySQL on a Droplet can save money, but you’ll have to handle backups and maintenance:

https://www.digitalocean.com/community/tutorials/how-to-install-postgresql-on-ubuntu-20-04-quickstart

If the websites don’t need Vercel’s premium features, hosting them on a Droplet with Nginx could be cheaper.

A $14–$28/month setup (Droplet + Shared DB) should work well for multiple Strapi instances.

Hope this helps!

- Bobby

alexdo
Site Moderator
Site Moderator badge
February 7, 2025

Heya, @luigihard

As Bobby mentioned you can try running the setup on a droplet and test if the performance is sufficient with your needs. You’ll need to take care for updates and backups and setup monitoring, but this can cut costs.

Regards

KFSys
Site Moderator
Site Moderator badge
February 8, 2025

Heya,

I believe the way to go would be to use a Droplet and host your applications there. Even if you have split them into different Droplets to have more of a balanced solution it should be alright and still cheaper to do.

The downside of this is that you’ll have to manage everything yourself.

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.

New accounts only. By submitting your email you agree to our Privacy Policy

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.