Fix tests for litecoin

This commit is contained in:
nicolas.dorier 2022-04-08 13:03:51 +09:00
parent b7a930ef18
commit b9602243d3
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
2 changed files with 5 additions and 3 deletions

View File

@ -89,7 +89,7 @@ services:
expose:
- "4444"
nbxplorer:
image: nicolasdorier/nbxplorer:2.3.6
image: nicolasdorier/nbxplorer:2.3.14
restart: unless-stopped
ports:
- "32838:32838"
@ -340,13 +340,15 @@ services:
- monerod
litecoind:
restart: unless-stopped
image: nicolasdorier/docker-litecoin:0.16.3
image: btcpayserver/litecoin:0.18.1
environment:
BITCOIN_NETWORK: regtest
BITCOIN_EXTRA_ARGS: |-
rpcuser=ceiwHEbqWI83
rpcpassword=DwubwWsoo3
regtest=1
rpcport=43782
rpcbind=0.0.0.0:43782
port=39388
whitelist=0.0.0.0/0
ports:

View File

@ -86,7 +86,7 @@ services:
expose:
- "4444"
nbxplorer:
image: nicolasdorier/nbxplorer:2.3.6
image: nicolasdorier/nbxplorer:2.3.14
restart: unless-stopped
ports:
- "32838:32838"