Browse Source

Route litecoin to port 9736

migrate-pregen
nicolas.dorier 7 years ago
parent
commit
7e306323f0
  1. 4
      Production-NoReverseProxy/docker-compose.btc-ltc-clightning.yml
  2. 4
      Production-NoReverseProxy/docker-compose.ltc-clightning.yml
  3. 4
      Production/docker-compose.btc-ltc-clightning.yml
  4. 4
      Production/docker-compose.ltc-clightning.yml
  5. 4
      docker-compose-generator/docker-fragments/litecoin-clightning.yml

4
Production-NoReverseProxy/docker-compose.btc-ltc-clightning.yml

@ -80,12 +80,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
bitcoind:

4
Production-NoReverseProxy/docker-compose.ltc-clightning.yml

@ -72,12 +72,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
volumes:

4
Production/docker-compose.btc-ltc-clightning.yml

@ -122,12 +122,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
bitcoind:

4
Production/docker-compose.ltc-clightning.yml

@ -114,12 +114,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
volumes:

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

@ -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:

Loading…
Cancel
Save