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

get rid of healthcheck #34

Closed meeDamian closed 5 years ago

nolim1t commented 5 years ago

A way we can fix this is having invoicer exit if it cannot find an LND instance and in future c-lightning (theres no reason to have it not run anyway).

Docker compose already handles this and will attempt to restart invoicer if it stops. And by then it should already connect to a lnd.

The other scenario is if lnd restarts, invoicer should stop and docker-compose should restart lnd.

Or can just restart the grpc connection

meeDamian commented 5 years ago

Healthcheck is kill together with v0.2+