dunglas / mercure

🪽 An open, easy, fast, reliable and battery-efficient solution for real-time communications
https://mercure.rocks
GNU Affero General Public License v3.0
3.83k stars 278 forks source link

Run mercure on Google Cloud Run #907

Open vitamin-code opened 1 month ago

vitamin-code commented 1 month ago

Hi, I'm trying to test if I could run the mercure hub on the Google Cloud Run.

Here's my setup:

image image

I was able to deploy it without a deployment error but when I'm trying to access it, the app isn't accessible. https://[mercure-test-sbk2xkeebq-oe.a.run.app](https://mercure-test-sbk2xkeebq-oe.a.run.app/)/

Upon checking the logs, I saw that the certificate was installed properly.

image

Here's also the latest log after I access the url:

image

Any thoughts on this?