mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
docker-regtest: fix loop-server config
This commit is contained in:
parent
52135a4031
commit
7608042652
1 changed files with 3 additions and 1 deletions
|
|
@ -63,6 +63,8 @@ services:
|
|||
- "--lnd.host=regtest_lndserver_1:10009"
|
||||
- "--lnd.macaroondir=/root/.lnd/data/chain/bitcoin/regtest"
|
||||
- "--lnd.tlspath=/root/.lnd/tls.cert"
|
||||
- "--bitcoind.zmqpubrawblock=tcp://regtest_bitcoind_1:28332"
|
||||
- "--bitcoind.zmqpubrawtx=tcp://regtest_bitcoind_1:28333"
|
||||
|
||||
lndclient:
|
||||
image: lightninglabs/lnd:v0.17.0-beta
|
||||
|
|
@ -114,4 +116,4 @@ networks:
|
|||
|
||||
volumes:
|
||||
lndserver:
|
||||
lndclient:
|
||||
lndclient:
|
||||
Loading…
Add table
Add a link
Reference in a new issue