Replies: 2 comments 3 replies
-
Yes we can build this! 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have a PR up but not happy with that it responds healthy even though the app wasn't working due to bad config. So maybe we should discuss what this health endpoint should verify before responding healthy |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The docker compose build is successful but the app gets an error. This is because ci-verify.sh script curl to http://localhost:3000
To make sure the docker compose build fails we should create some kind of healthcheck endpoint on the app:
/api/health
or
/api/healthcheck
Beta Was this translation helpful? Give feedback.
All reactions