You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2025-07-14-defang-gcp-compose.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,15 @@ We’re excited to share our latest whitepaper, _Defang + GCP: Simple, Secure, a
14
14
[Read the full whitepaper here.](https://defang.io/whitepapers/gcp-defang/)
15
15
:::
16
16
17
-
Deploying to Google Cloud Platform (GCP) doesn’t have to be complicated. Docker Compose made defining local apps simple — Defang makes cloud deployments just as easy.
17
+
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.
18
18
19
19
With Defang, you can:
20
20
21
21
-**Deploy to GCP with a single command.** Go from Compose to Cloud Run, Cloud SQL, and more with just `defang compose up --provider=gcp`.
22
22
-**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.
23
23
-**Enjoy built-in security and scalability.** Defang automates GCP best practices, handling service accounts, secret management, HTTPS, auto-scaling, and more.
24
24
-**Integrate with your workflow.** Deploy from your terminal, GitHub Actions, or even natural language prompts in VS Code, Cursor, or Windsurf.
25
-
-**Save costs and avoid surprises.** Choose from affordable, balanced, or high_availability modes — with built-in cost estimation coming soon.
25
+
-**Save costs and avoid surprises.** Choose from affordable, balanced, or high-availability modes with built-in cost estimation coming soon.
26
26
27
27
Our whitepaper walks through how Defang integrates with GCP, including how it:
28
28
@@ -31,8 +31,7 @@ Our whitepaper walks through how Defang integrates with GCP, including how it:
31
31
✅ Supports custom domains, advanced networking, GPUs, LLMs, and more
32
32
✅ Powers CI/CD pipelines with GitHub Actions and Pulumi
33
33
34
-
It also highlights how Defang itself deploys real apps — like our Ask Defang chatbot — using less than 100 lines of Compose on GCP.
35
-
34
+
It also highlights how Defang itself deploys real apps like our Ask Defang chatbot using less than 100 lines of Compose on GCP.
36
35
Want to simplify your GCP deployments? Start with Compose, scale with Defang.
0 commit comments