mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
534 B
534 B
Running bitcoin-core and LND with Docker
If you don't already have your own bitcoin node and lightning node, you can use docker-compose to launch new ones.
Steps
- Build and start docker-compose:
$ cd docker $ docker-compose build $ docker-compose up - If you want to use testnet, run the normal
upcommand:$ docker-compose up - If you want to use mainnet, run with the
docker-compose.mainnet.ymloverride file:$ docker-compose -f docker-compose.yml -f docker-compose.mainnet.yml up