chore: bump cln version
This commit is contained in:
parent
2048a80ddc
commit
05e0cfe99c
1 changed files with 3 additions and 4 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
|
|
||||||
lnbits:
|
lnbits:
|
||||||
hostname: lnbits
|
hostname: lnbits
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
@ -39,7 +38,7 @@ services:
|
||||||
hostname: clightning-1
|
hostname: clightning-1
|
||||||
depends_on:
|
depends_on:
|
||||||
- bitcoind
|
- bitcoind
|
||||||
image: boltz/c-lightning:22.11.1
|
image: boltz/c-lightning:23.08.1
|
||||||
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'"
|
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:
|
expose:
|
||||||
- 9735
|
- 9735
|
||||||
|
|
@ -50,7 +49,7 @@ services:
|
||||||
hostname: clightning-2
|
hostname: clightning-2
|
||||||
depends_on:
|
depends_on:
|
||||||
- bitcoind
|
- bitcoind
|
||||||
image: boltz/c-lightning:22.11.1
|
image: boltz/c-lightning:23.08.1
|
||||||
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'"
|
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:
|
expose:
|
||||||
- 9735
|
- 9735
|
||||||
|
|
@ -75,7 +74,7 @@ services:
|
||||||
hostname: clightning-3
|
hostname: clightning-3
|
||||||
depends_on:
|
depends_on:
|
||||||
- bitcoind
|
- bitcoind
|
||||||
image: boltz/c-lightning:23.02.2
|
image: boltz/c-lightning:23.08.1
|
||||||
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'"
|
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:
|
expose:
|
||||||
- 9735
|
- 9735
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue