diff --git a/Production-NoReverseProxy/docker-compose.btc-ltc-clightning.yml b/Production-NoReverseProxy/docker-compose.btc-ltc-clightning.yml index 9f0e737..080fb7f 100644 --- a/Production-NoReverseProxy/docker-compose.btc-ltc-clightning.yml +++ b/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: diff --git a/Production-NoReverseProxy/docker-compose.ltc-clightning.yml b/Production-NoReverseProxy/docker-compose.ltc-clightning.yml index 9b3bebb..eaf5ea7 100644 --- a/Production-NoReverseProxy/docker-compose.ltc-clightning.yml +++ b/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: diff --git a/Production/docker-compose.btc-ltc-clightning.yml b/Production/docker-compose.btc-ltc-clightning.yml index 182e1bf..3dd674d 100644 --- a/Production/docker-compose.btc-ltc-clightning.yml +++ b/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: diff --git a/Production/docker-compose.ltc-clightning.yml b/Production/docker-compose.ltc-clightning.yml index d6db400..c4e6f8c 100644 --- a/Production/docker-compose.ltc-clightning.yml +++ b/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: diff --git a/docker-compose-generator/docker-fragments/litecoin-clightning.yml b/docker-compose-generator/docker-fragments/litecoin-clightning.yml index 1c5e074..e6666a5 100644 --- a/docker-compose-generator/docker-fragments/litecoin-clightning.yml +++ b/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: