I’m running a streamlit app in a docker container using ECS / Fargate.
I want to configure health checks on the ELB, the default path is /ping. Currently there is no /ping url on my app, so the health check is failing and restarting my service.
How do I configure health checks for a streamlit app?