Report this

What is the reason for this report?

What does your production stack on DigitalOcean look like?

Posted on February 28, 2026

Curious what people here are running in production these days. Are you mostly using Droplets + Docker, App Platform, or Kubernetes (DOKS)?

Would love to hear real setups like:

  • app hosting

  • database

  • storage (Spaces?)

  • CI/CD

Always interesting to see how others structure things.



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.

Hey!

For most projects I try to keep things simple and easy to operate.

A typical stack I use looks something like this:

  • Droplets + Docker for the application

  • Managed PostgreSQL for the database

  • Spaces for object storage (uploads, assets, backups)

  • Cloudflare for DNS and caching and CDN

  • GitHub Actions for CI/CD deployments

That setup usually gets pretty far before needing anything more complex.

For projects where I want less infrastructure management, App Platform + Managed DB + Spaces is also a really nice combo.

Heya, @72478c7f91cd489888269193f6e30b

Really good question to discuss. I use the following:

Droplets + Docker Compose for most things here. It’s simple, easy to reason about, and gets the job done without the overhead of Kubernetes for my scale.

For databases I use DO Managed Databases, not the cheapest option but not having to deal with backups, failover and upgrades myself is worth it. Spaces for static assets and backups. CI/CD is Jenkins pushing to the Droplets, nothing fancy.

I’ve tried App Platform and it’s solid for simpler apps where you just want git push deploys, but for anything where you need more control over the environment Droplets + Docker is hard to beat.

Regards

The developer cloud

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

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.