Skip to content

Commit

Permalink
chore: update cln and lnd versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Apr 18, 2024
1 parent 9d6cdeb commit f8355a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
hostname: clightning-1
depends_on:
- bitcoind
image: boltz/c-lightning:23.08.1
image: boltz/c-lightning:24.02.2
entrypoint: "sh -c 'sleep 15 && lightningd --large-channels --network regtest --grpc-port 9736 --bind-addr=0.0.0.0:9735 --bitcoin-rpcconnect=bitcoind --bitcoin-rpcport=18443 --bitcoin-rpcuser=lnbits --bitcoin-rpcpassword=lnbits'"
expose:
- 9735
Expand Down Expand Up @@ -91,7 +91,7 @@ services:
hostname: lnd-1
depends_on:
- bitcoind
image: boltz/lnd:0.16.2-beta
image: boltz/lnd:0.17.4-beta
restart: on-failure
entrypoint: "sh -c 'sleep 20; lnd --listen=lnd-1:9735 --rpclisten=lnd-1:10009 --restlisten=lnd-1:8081 --bitcoin.active --bitcoin.regtest --bitcoin.node=bitcoind --bitcoind.rpchost=bitcoind --bitcoind.zmqpubrawtx=bitcoind:29000 --bitcoind.zmqpubrawblock=bitcoind:29001 --bitcoind.rpcuser=lnbits --bitcoind.rpcpass=lnbits --noseedbackup --protocol.wumbo-channels'"
expose:
Expand All @@ -105,7 +105,7 @@ services:
hostname: lnd-2
depends_on:
- bitcoind
image: boltz/lnd:0.16.2-beta
image: boltz/lnd:0.17.4-beta
restart: on-failure
entrypoint: "sh -c 'sleep 20; lnd --listen=lnd-2:9735 --rpclisten=lnd-2:10009 --restlisten=lnd-2:8081 --bitcoin.active --bitcoin.regtest --bitcoin.node=bitcoind --bitcoind.rpchost=bitcoind --bitcoind.zmqpubrawtx=bitcoind:29000 --bitcoind.zmqpubrawblock=bitcoind:29001 --bitcoind.rpcuser=lnbits --bitcoind.rpcpass=lnbits --noseedbackup --protocol.wumbo-channels'"
expose:
Expand All @@ -119,7 +119,7 @@ services:
hostname: lnd-3
depends_on:
- bitcoind
image: boltz/lnd:0.16.2-beta
image: boltz/lnd:0.17.4-beta
restart: on-failure
entrypoint: "sh -c 'sleep 20; lnd --listen=lnd-3:9735 --rpclisten=lnd-3:10009 --restlisten=lnd-3:8081 --bitcoin.active --bitcoin.regtest --bitcoin.node=bitcoind --bitcoind.rpchost=bitcoind --bitcoind.zmqpubrawtx=bitcoind:29000 --bitcoind.zmqpubrawblock=bitcoind:29001 --bitcoind.rpcuser=lnbits --bitcoind.rpcpass=lnbits --noseedbackup --protocol.wumbo-channels'"
ports:
Expand Down

0 comments on commit f8355a5

Please sign in to comment.