Has anyone successfully deployed on Google Cloud? #3922
Unanswered
hiyukoim
asked this question in
Troubleshooting
Replies: 1 comment
-
I've successfully deployed without issue, though I didn't use the deploy YAML configuration and preferred deploying things myself via Pulumi (I just vibe coded things) and used Cloud Run. I had to create my own Dockerhub image, though, since ghrc is not allowed in Cloud Run, only dockerhub or GCP registry. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been working hard on getting Docker up and running on a Google Cloud e2-micro instance. I followed all the steps on this page (https://www.librechat.ai/docs/user_guides) and everything seemed to be going smoothly - all the Docker containers are running just fine. However, when I try to access the external IP address, I'm getting a "502 bad gateway" error for HTTP and no response for HTTPS.
I've checked the error logs and added firewall rules, but no luck so far. I have a feeling there might be a Google Cloud-specific task I'm missing.
If anyone has experience with this, I'd really appreciate a helping hand. I'm really eager to get this up and running smoothly. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions