Deployment to Google Cloud App Engine fails. #2220
Unanswered
OlexBeatable
asked this question in
Q&A
Replies: 1 comment
-
Here is end of logs in debug mode
|
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 tried to deploy my CMS app to the Google Cloud App Engine. I used custom environment with Dockerfile. I took the Dockerfile from documentation as a base (https://payloadcms.com/docs/production/deployment#docker) and edited it according to App Engine requirements. In the end of deployment, when the script do health check - it fails.
For a database I use MongoDB Atlas.
Here is the Dockerfile
Here is the end of logs in my console
In addition I have a question how to properly specify a
serverURL
inpayload.config.ts
for production? I assume that health check fails because of it.Beta Was this translation helpful? Give feedback.
All reactions