bitcoind lnd tapd
In three terminal windows, cd to core, lnd, and tapd
Build the images from each Dockerfiles:
docker build -t core .
docker build -t lnd .
docker build -t tapd .Run each container with Docker Compose:
docker compose up -dInspect the party Docker bridge network created
docker network inspect party