|
| 1 | +--- |
| 2 | +title: "Bridging Local Development and Cloud Deployment" |
| 3 | +description: "Announcing our new whitepaper: Bridging Local Development and Cloud Deployment with Docker Compose and Defang" |
| 4 | +slug: defang-docker-compose |
| 5 | +tags: [Cloud, NoDevOps, Docker Compose, Defang, Whitepaper] |
| 6 | +author: Defang Team |
| 7 | +--- |
| 8 | + |
| 9 | +**Introducing Our New Whitepaper: Bridging Local Development and Cloud Deployment with Docker Compose and Defang** |
| 10 | + |
| 11 | +We’re excited to announce the release of our new whitepaper, "Bridging Local Development and Cloud Deployment with Docker Compose and Defang." |
| 12 | + |
| 13 | +:::tip[Want to skip the blog?] |
| 14 | +[Read the full whitepaper here.](https://defang.io/whitepapers/docker-compose-defang/) |
| 15 | +::: |
| 16 | + |
| 17 | +Modern software development moves fast, but deploying to the cloud often remains a complex hurdle. Docker Compose revolutionized local development by providing a simple way to define multi-service apps, but translating that simplicity into cloud deployment has remained challenging—until now. |
| 18 | + |
| 19 | +Defang bridges this gap by extending Docker Compose into native cloud deployments across AWS, GCP, DigitalOcean, and more, all with a single command: `defang compose up`. This integration empowers developers to: |
| 20 | + |
| 21 | +- Use familiar Docker Compose definitions for cloud deployment. |
| 22 | +- Enjoy seamless transitions from local to multi-cloud environments. |
| 23 | +- Automate complex infrastructure setups including DNS, networking, autoscaling, managed storage, and even managed LLMs. |
| 24 | +- Estimate cloud costs and choose optimal deployment strategies (affordable, balanced, or high availability). |
| 25 | + |
| 26 | +Our whitepaper dives deep into how Docker Compose paired with Defang significantly reduces complexity, streamlines workflows, and accelerates development and deployment. |
| 27 | + |
| 28 | +Discover how Docker + Defang can simplify your journey from local development to production-ready deployments across your preferred cloud providers. |
| 29 | + |
| 30 | +import Link from '@docusaurus/Link'; |
| 31 | + |
| 32 | +<div style={{marginTop: '2rem', marginBottom: '2rem'}}> |
| 33 | + <Link |
| 34 | + className="button button--primary button--lg" |
| 35 | + to="https://defang.io/whitepapers/docker-compose-defang/" |
| 36 | + children="Read the full whitepaper" |
| 37 | + /> |
| 38 | +</div> |
0 commit comments