Replies: 2 comments 1 reply
-
Why does it need a tcp healthcheck? Is there not a way to configure aws to not have a health check? Or some alternative work around? |
Beta Was this translation helpful? Give feedback.
0 replies
-
https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_HealthCheck.html It looks like all you need to do is copy the healthcheck I have inside the docker file |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It needs a way to check that container is healthy on a TCP port. For instance, on AWS the target group need a healthcheck to allow connectivity.
A simple http 200 on port 80 is enough but a check on processes could be good too
Beta Was this translation helpful? Give feedback.
All reactions