gcloud run方式部署,前端加载js资源总是有问题,求大神指导一二 #8926
Unanswered
EdwardChenz
asked this question in
Self Hosting | 私有化部署
Replies: 0 comments
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.
-
以下是部署命令,有大神可以指点一二吗?

gcloud run deploy lobechat-simple
--image=lobehub/lobe-chat:latest
--region=asia-east1
--memory=768Mi
--port=3210
--set-env-vars=OPENAI_API_KEY=${OPENAI_API_KEY}
--set-env-vars=ACCESS_CODE=${OPENAI_API_KEY}
难道还有什么要提前设置吗?
Beta Was this translation helpful? Give feedback.
All reactions