Run a lightning node on the Bitcoin network.
docker run hotwallet/lightning lightningd \
--network=bitcoin \
--bitcoin-rpcconnect=bitcoind.example.com \
--bitcoin-rpcuser=rpcuser \
--bitcoin-rpcpassword=rpcpassword
More config options can be found here: https://lightning.readthedocs.io/lightningd-config.5.html
This image enables:
- PostgreSQL
- Sparko
This docker image is based on Blockstream's lightningd image.