lncm / invoicer

Invoice generating service that lives on top of lnd.
https://hub.docker.com/r/lncm/invoicer
MIT License
8 stars 3 forks source link

Create an endpoint for docker-compose to do a healthcheck on #26

Closed nolim1t closed 5 years ago

nolim1t commented 5 years ago

Create an endpoint for the purpose of docker-compose to do a healthcheck on.

The endpoint needs to check the status of the GRPC connection to LND.

So docker compose can restart invoicer if LND is unreachable (refer to https://github.com/lncm/invoicer/issues/17)