mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-19 02:04:21 +01:00
bump
This commit is contained in:
@@ -2,7 +2,7 @@ version: "3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
clightning_bitcoin:
|
clightning_bitcoin:
|
||||||
image: nicolasdorier/clightning:v0.6.1
|
image: nicolasdorier/clightning:v0.6.1-1
|
||||||
container_name: btcpayserver_clightning_bitcoin
|
container_name: btcpayserver_clightning_bitcoin
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -4,11 +4,12 @@ services:
|
|||||||
bitcoind:
|
bitcoind:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: btcpayserver_bitcoind
|
container_name: btcpayserver_bitcoind
|
||||||
image: nicolasdorier/docker-bitcoin:0.16.3
|
image: nicolasdorier/docker-bitcoin:0.17.0
|
||||||
environment:
|
environment:
|
||||||
|
BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest}
|
||||||
BITCOIN_EXTRA_ARGS: |
|
BITCOIN_EXTRA_ARGS: |
|
||||||
|
deprecatedrpc=signrawtransaction
|
||||||
rpcport=43782
|
rpcport=43782
|
||||||
${NBITCOIN_NETWORK:-regtest}=1
|
|
||||||
port=39388
|
port=39388
|
||||||
whitelist=0.0.0.0/0
|
whitelist=0.0.0.0/0
|
||||||
expose:
|
expose:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: "3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
clightning_litecoin:
|
clightning_litecoin:
|
||||||
image: nicolasdorier/clightning:v0.6.1
|
image: nicolasdorier/clightning:v0.6.1-1
|
||||||
container_name: btcpayserver_clightning_litecoin
|
container_name: btcpayserver_clightning_litecoin
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
|
|
||||||
nbxplorer:
|
nbxplorer:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: nicolasdorier/nbxplorer:1.0.3.4
|
image: nicolasdorier/nbxplorer:1.0.3.5
|
||||||
expose:
|
expose:
|
||||||
- "32838"
|
- "32838"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user