1
0

Bump Groestlcoin Core to 29.0 and lightning (#856)

This commit is contained in:
gruve-p
2025-06-27 13:58:42 +02:00
committed by GitHub
parent 9dc5ca2612
commit c2dad64194
4 changed files with 19 additions and 19 deletions

View File

@@ -2,7 +2,7 @@ version: "3"
services:
clightning_groestlcoin:
image: groestlcoin/lightning:v23.05
image: groestlcoin/lightning:v24.08
container_name: btcpayserver_clightning_groestlcoin
restart: unless-stopped
environment:
@@ -13,8 +13,8 @@ services:
LIGHTNINGD_PORT: 9736
LIGHTNINGD_EXPLORERURL: "http://nbxplorer:32838/"
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/groestlcoin
bitcoin-rpcconnect=groestlcoind
groestlcoin-datadir=/etc/groestlcoin
groestlcoin-rpcconnect=groestlcoind
volumes:
- "clightning_groestlcoin_datadir:/root/.lightning"
- "groestlcoin_datadir:/etc/groestlcoin"

View File

@@ -4,7 +4,7 @@ services:
groestlcoind:
restart: unless-stopped
container_name: btcpayserver_groestlcoind
image: btcpayserver/groestlcoin:25.0
image: btcpayserver/groestlcoin:29.0
environment:
GROESTLCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest}
GROESTLCOIN_WALLETDIR: "/walletdata"