|
|
@ -117,10 +117,13 @@ services: |
|
|
|
volumes: |
|
|
|
- "litecoin_datadir:/data" |
|
|
|
clightning_litecoin: |
|
|
|
image: nicolasdorier/clightning:v0.6 |
|
|
|
image: nicolasdorier/clightning:aeafe4dbe7d5c61f664c18417698866b0d70252f-2 |
|
|
|
container_name: btcpayserver_clightning_litecoin |
|
|
|
restart: unless-stopped |
|
|
|
environment: |
|
|
|
LIGHTNINGD_NETWORK: ${NBITCOIN_NETWORK:-regtest} |
|
|
|
LIGHTNINGD_CHAIN: ltc |
|
|
|
LIGHTNINGD_EXPLORERURL: "http://nbxplorer:32838/" |
|
|
|
LIGHTNINGD_OPT: | |
|
|
|
bitcoin-datadir=/etc/litecoin |
|
|
|
bitcoin-rpcconnect=litecoind |
|
|
@ -132,9 +135,11 @@ services: |
|
|
|
volumes: |
|
|
|
- "clightning_litecoin_datadir:/root/.lightning" |
|
|
|
- "litecoin_datadir:/etc/litecoin" |
|
|
|
- "nbxplorer_datadir:/root/.nbxplorer" |
|
|
|
ports: |
|
|
|
- "9736:9735" |
|
|
|
links: |
|
|
|
- nbxplorer |
|
|
|
- litecoind |
|
|
|
bitcoind: |
|
|
|
restart: unless-stopped |
|
|
@ -152,10 +157,13 @@ services: |
|
|
|
volumes: |
|
|
|
- "bitcoin_datadir:/data" |
|
|
|
clightning_bitcoin: |
|
|
|
image: nicolasdorier/clightning:v0.6 |
|
|
|
image: nicolasdorier/clightning:aeafe4dbe7d5c61f664c18417698866b0d70252f-2 |
|
|
|
container_name: btcpayserver_clightning_bitcoin |
|
|
|
restart: unless-stopped |
|
|
|
environment: |
|
|
|
LIGHTNINGD_NETWORK: ${NBITCOIN_NETWORK:-regtest} |
|
|
|
LIGHTNINGD_CHAIN: btc |
|
|
|
LIGHTNINGD_EXPLORERURL: "http://nbxplorer:32838/" |
|
|
|
LIGHTNINGD_OPT: | |
|
|
|
bitcoin-datadir=/etc/bitcoin |
|
|
|
bitcoin-rpcconnect=bitcoind |
|
|
@ -167,9 +175,11 @@ services: |
|
|
|
volumes: |
|
|
|
- "clightning_bitcoin_datadir:/root/.lightning" |
|
|
|
- "bitcoin_datadir:/etc/bitcoin" |
|
|
|
- "nbxplorer_datadir:/root/.nbxplorer" |
|
|
|
ports: |
|
|
|
- "9735:9735" |
|
|
|
links: |
|
|
|
- nbxplorer |
|
|
|
- bitcoind |
|
|
|
volumes: |
|
|
|
nginx_conf: |
|
|
|