Route litecoin to port 9736

This commit is contained in:
nicolas.dorier
2018-03-21 22:27:55 +09:00
parent 03a7b363ae
commit 7e306323f0
5 changed files with 15 additions and 5 deletions

View File

@@ -9,12 +9,14 @@ services:
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/litecoin
bitcoin-rpcconnect=litecoind
ipaddr=${BTCPAY_HOST}
ipaddr=${BTCPAY_HOST}:9736
network=${NBITCOIN_NETWORK:-regtest}
chain=ltc
volumes:
- "clightning_litecoin_datadir:/root/.lightning"
- "litecoin_datadir:/etc/litecoin"
ports:
- "9736:9735"
links:
- litecoind
btcpayserver: