Browse Source

Merge pull request #102 from Groestlcoin/master

Bump Groestlcoin
feature/auto_ssh
Nicolas Dorier 6 years ago
committed by GitHub
parent
commit
7371ba9e0a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docker-compose-generator/docker-fragments/groestlcoin-clightning.yml
  2. 4
      docker-compose-generator/docker-fragments/groestlcoin.yml

4
docker-compose-generator/docker-fragments/groestlcoin-clightning.yml

@ -2,7 +2,7 @@ version: "3"
services:
clightning_groestlcoin:
image: groestlcoin/lightning:v0.6.2-2
image: groestlcoin/lightning:v0.6.3
stop_signal: SIGKILL
container_name: btcpayserver_clightning_groestlcoin
restart: unless-stopped
@ -29,7 +29,7 @@ services:
- nbxplorer
- groestlcoind
clightning_groestlcoin_charge:
image: groestlcoin/groestlcoin-lightning-charge:version-0.4.6
image: groestlcoin/groestlcoin-lightning-charge:version-0.4.7
restart: unless-stopped
environment:
NETWORK: ${NBITCOIN_NETWORK:-regtest}

4
docker-compose-generator/docker-fragments/groestlcoin.yml

@ -4,7 +4,7 @@ services:
groestlcoind:
restart: unless-stopped
container_name: btcpayserver_groestlcoind
image: nicolasdorier/docker-groestlcoin:2.16.3
image: nicolasdorier/docker-groestlcoin:2.17.2
environment:
GROESTLCOIN_EXTRA_ARGS: |
rpcport=43782
@ -28,4 +28,4 @@ services:
BTCPAY_CHAINS: "grs"
BTCPAY_GRSEXPLORERURL: http://nbxplorer:32838/
volumes:
groestlcoin_datadir:
groestlcoin_datadir:

Loading…
Cancel
Save