This commit is contained in:
nicolas.dorier
2018-10-19 01:53:01 +09:00
parent 2c9890a0c0
commit c6caa6a8ce
4 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ version: "3"
services:
clightning_bitcoin:
image: nicolasdorier/clightning:v0.6.1
image: nicolasdorier/clightning:v0.6.1-1
container_name: btcpayserver_clightning_bitcoin
restart: unless-stopped
environment:

View File

@@ -4,11 +4,12 @@ services:
bitcoind:
restart: unless-stopped
container_name: btcpayserver_bitcoind
image: nicolasdorier/docker-bitcoin:0.16.3
image: nicolasdorier/docker-bitcoin:0.17.0
environment:
BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest}
BITCOIN_EXTRA_ARGS: |
deprecatedrpc=signrawtransaction
rpcport=43782
${NBITCOIN_NETWORK:-regtest}=1
port=39388
whitelist=0.0.0.0/0
expose:

View File

@@ -2,7 +2,7 @@ version: "3"
services:
clightning_litecoin:
image: nicolasdorier/clightning:v0.6.1
image: nicolasdorier/clightning:v0.6.1-1
container_name: btcpayserver_clightning_litecoin
restart: unless-stopped
environment:

View File

@@ -4,7 +4,7 @@ services:
nbxplorer:
restart: unless-stopped
image: nicolasdorier/nbxplorer:1.0.3.4
image: nicolasdorier/nbxplorer:1.0.3.5
expose:
- "32838"
environment: