CityOfZion / neo-local

Personal blockchain for NEO dApp development!
MIT License
52 stars 26 forks source link

Healthcheck for neo-cli node containers using docker-compose #139

Closed nunojusto closed 5 years ago

nunojusto commented 5 years ago

Describe the Solution

We need a way to monitor containers and restart or manage services when they are not working. Testing the service API and the synchronization of blocks to determine if the node is running correctly and not just test if container is running. Then manage decisions with autoheal container

Why?

To make environment more robust