Curious what people here are using these days. Droplets + Docker? App Platform? Managed DB + Spaces? Would love to hear real setups.
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!
Hey!
For most startup projects I usually keep things pretty simple:
Droplet + Docker for the application
Managed PostgreSQL/MySQL for the database
Spaces for file storage and assets
Cloudflare for DNS and caching
This setup is easy to manage and scales well as things grow.
If you want to avoid managing servers altogether, App Platform + Managed Database + Spaces is also a really nice combination on DigitalOcean.
Heya, @386dda6b6cd747bda4dd83b3823852
A single Droplet with Docker Compose gets you surprisingly far. App server, Redis, workers, reverse proxy — all on one box. Cheap, simple to reason about, easy to SSH into when things break at 2am. You can always break things out later when you actually need to scale.
For data: Managed PostgreSQL is worth the money even early on. Backups, failover, connection pooling — stuff you don’t want to manage yourself when you should be building product. Add Spaces for file storage / static assets with the CDN in front if you need it.
Regards
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
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
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.