danionescu0 / docker-flask-mongodb-example

Uses docker compose with a python flask microservice and MongoDB instance to make a sample application
GNU General Public License v3.0
99 stars 41 forks source link

Consider adding healtcheck using docker compose for services #79

Closed danionescu0 closed 3 years ago

danionescu0 commented 3 years ago

example : https://github.com/peter-evans/docker-compose-healthcheck

danionescu0 commented 3 years ago

done