# Discourse on Cloud Run

**URL:** <https://meta.discourse.org/t/discourse-on-cloud-run/236197>\
**Category:** Self-hosting\
**Created:** [August 15, 2022, 12:11pm UTC](https://meta.discourse.org/t/discourse-on-cloud-run/236197 "2022-08-15T12:11:42Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![sam3](https://avatars.discourse-cdn.com/v4/letter/s/ecd19e/32.png) [@sam3](https://meta.discourse.org/u/sam3)\
**Post date:** [August 15, 2022, 12:11pm UTC](https://meta.discourse.org/t/discourse-on-cloud-run/236197/1 "2022-08-15T12:11:42Z")

</div>

Hi

Does Discourse support running containers on Cloud Run from GCP Google Cloud

Thanks  
Sam

---

<div class="post-metadata">

**Author:** ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)\
**Post date:** [August 15, 2022, 12:31pm UTC](https://meta.discourse.org/t/discourse-on-cloud-run/236197/2 "2022-08-15T12:31:22Z")

</div>

No. The only thing supported is a [standard install](https://meta.discourse.org/t/142537?silent=true).

---

<div class="post-metadata">

**Author:** ![sam3](https://avatars.discourse-cdn.com/v4/letter/s/ecd19e/32.png) [@sam3](https://meta.discourse.org/u/sam3)\
**Post date:** [August 16, 2022, 8:19am UTC](https://meta.discourse.org/t/discourse-on-cloud-run/236197/3 "2022-08-16T08:19:40Z")

</div>

Hi Jay,

Would it work as we will be using using web\_only docker container in cloud run

Thanks

Sam

---

<div class="post-metadata">

**Author:** ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)\
**Post date:** [August 16, 2022, 9:32am UTC](https://meta.discourse.org/t/discourse-on-cloud-run/236197/4 "2022-08-16T09:32:45Z")

</div>

I believe that it’s _possible_. What I would do is build an image with launcher, push it to a repo, and then launch it. You’ll need postgres and redis somehow, and assets on S3. I helped someone do this recently for kubernetes with their helm, terraform, aptible tool set; now a push to github builds a new image and launches it in K8s. It took me and a couple of very talented engineers about 10 hours of my time (and likely another day or two without me) to get all the pieces in place. If you have a budget, I’ll be happy to help. I’ve been toying with the idea of offering pre-built images that I would support, but haven’t figured out pricing and logistics. Also, I have access to a Google engineer who could possibly help us out as part of his job.

What’s _supported_ here for free is the [standard install](https://meta.discourse.org/t/142537?silent=true). If you get stuck and have a very specific question, you might get it here, but mostly you’ll be on your own, as it’s just too hard to support every conceivable way to manage things and I haven’t heard of anyone using cloud run (I hadn’t heard of it at all).
