add cln23.02.2 node

This commit is contained in:
dni ⚡ 2023-05-03 10:16:20 +02:00
commit 56d94f2100
No known key found for this signature in database
GPG key ID: 886317704CC4E618
3 changed files with 40 additions and 14 deletions

View file

@ -85,6 +85,17 @@ services:
- ./data/clightning-2:/root/.lightning/:uid=1000,gid=1000
- ./data/clightning-2-rest:/usr/src/app/certs/
clightning-3:
hostname: clightning-3
depends_on:
- bitcoind
image: boltz/c-lightning:23.02.2
entrypoint: "sh -c 'sleep 15 && lightningd --large-channels --network regtest --bind-addr=0.0.0.0:9735 --bitcoin-rpcconnect=bitcoind --bitcoin-rpcport=18443 --bitcoin-rpcuser=lnbits --bitcoin-rpcpassword=lnbits'"
expose:
- 9735
volumes:
- ./data/clightning-3:/root/.lightning/
lnd-1:
hostname: lnd-1
depends_on: