Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions blog/2025-07-10-june-product-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ You can now try out the Ask Defang chatbot directly within Intercom! This new in
## 🐳 Docker x Defang White Paper

And one more thing: bridging local development and cloud deployment just got easier. We’ve published white papers on how Defang extends Docker Compose and GCP workflows to the cloud — using familiar tools at scale. An AWS white paper is coming soon.

👉 [Read the white paper here](https://defang.io/whitepapers/docker-compose-defang/)

👉 [Read the GCP white paper](https://defang.io/whitepapers/gcp-defang/)

## Events and Community
Expand Down
45 changes: 45 additions & 0 deletions blog/2025-07-14-defang-gcp-compose.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: "Simple, Secure, and Scalable GCP Deployments from Docker Compose"
description: "Announcing our latest whitepaper: How Defang simplifies Google Cloud deployments with Docker Compose"
slug: defang-gcp-compose
tags: [Google Cloud, GCP, Docker Compose, Cloud Deployment, Defang, Whitepaper]
author: Defang Team
---

**Introducing Our New Whitepaper: Simple, Secure, and Scalable GCP Deployments from Docker Compose**

We’re excited to share our latest whitepaper, _Defang + GCP: Simple, Secure, and Scalable Deployments from Docker Compose_.

:::tip[Want to skip the blog?]
[Read the full whitepaper here.](https://defang.io/whitepapers/gcp-defang/)
:::

Deploying to Google Cloud Platform (GCP) doesn’t have to be complicated. Docker Compose made defining local apps simple, and Defang makes cloud deployments just as easy.

With Defang, you can:

- **Deploy to GCP with a single command.** Go from Compose to Cloud Run, Cloud SQL, and more with just `defang compose up --provider=gcp`.
- **Skip the DevOps overhead.** No need for Terraform, Pulumi, or custom scripts. Defang maps your Compose services to the right GCP resources — compute, storage, networking, and even managed LLMs.
- **Enjoy built-in security and scalability.** Defang automates GCP best practices, handling service accounts, secret management, HTTPS, auto-scaling, and more.
- **Integrate with your workflow.** Deploy from your terminal, GitHub Actions, or even natural language prompts in VS Code, Cursor, or Windsurf.
- **Save costs and avoid surprises.** Choose from affordable, balanced, or high-availability modes with built-in cost estimation coming soon.

Our whitepaper walks through how Defang integrates with GCP, including how it:

✅ Builds your containers using Cloud Build
✅ Manages secure deployments via Cloud Run and managed services
✅ Supports custom domains, advanced networking, GPUs, LLMs, and more
✅ Powers CI/CD pipelines with GitHub Actions and Pulumi

It also highlights how Defang itself deploys real apps like our Ask Defang chatbot using less than 100 lines of Compose on GCP.
Want to simplify your GCP deployments? Start with Compose, scale with Defang.

import Link from '@docusaurus/Link';

<div style={{marginTop: '2rem', marginBottom: '2rem'}}>
<Link
className="button button--primary button--lg"
to="https://defang.io/whitepapers/gcp-defang/"
children="Read the full whitepaper"
/>
</div>