Bump GRS Core and c-lightning (#484)
* Bump GRS Core and c-lightning * Update eclair
This commit is contained in:
@@ -2,7 +2,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
clightning_groestlcoin:
|
||||
image: groestlcoin/lightning:v0.9.2
|
||||
image: groestlcoin/lightning:v0.10.0
|
||||
stop_signal: SIGKILL
|
||||
container_name: btcpayserver_clightning_groestlcoin
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -9,7 +9,7 @@ services:
|
||||
container_name: btcpayserver_eclair_groestlcoin
|
||||
restart: unless-stopped
|
||||
stop_signal: SIGINT
|
||||
image: groestlcoin/eclair:v0.3.3
|
||||
image: groestlcoin/eclair:v0.6.0
|
||||
environment:
|
||||
PUBLIC_HOST: ${BTCPAY_HOST}
|
||||
JAVA_OPTS: |
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
groestlcoind:
|
||||
restart: unless-stopped
|
||||
container_name: btcpayserver_groestlcoind
|
||||
image: groestlcoin/docker-groestlcoin:2.21.0
|
||||
image: groestlcoin/docker-groestlcoin:2.21.1
|
||||
environment:
|
||||
GROESTLCOIN_EXTRA_ARGS: |
|
||||
rpcport=43782
|
||||
|
||||
Reference in New Issue
Block a user