Remove LND dependencies on cookiefile
This commit is contained in:
@@ -17,6 +17,8 @@ services:
|
|||||||
rpclisten=127.0.0.1:10008
|
rpclisten=127.0.0.1:10008
|
||||||
rpclisten=0.0.0.0:10009
|
rpclisten=0.0.0.0:10009
|
||||||
bitcoin.node=bitcoind
|
bitcoin.node=bitcoind
|
||||||
|
bitcoind.rpcuser=lnd
|
||||||
|
bitcoind.rpcpass=afixedpasswordbecauselndsuckswithcookiefile
|
||||||
bitcoind.rpchost=bitcoind:43782
|
bitcoind.rpchost=bitcoind:43782
|
||||||
bitcoind.zmqpubrawblock=tcp://bitcoind:28332
|
bitcoind.zmqpubrawblock=tcp://bitcoind:28332
|
||||||
bitcoind.zmqpubrawtx=tcp://bitcoind:28333
|
bitcoind.zmqpubrawtx=tcp://bitcoind:28333
|
||||||
|
|||||||
@@ -13,6 +13,11 @@ services:
|
|||||||
port=39388
|
port=39388
|
||||||
disablewallet=1
|
disablewallet=1
|
||||||
whitelist=0.0.0.0/0
|
whitelist=0.0.0.0/0
|
||||||
|
# rpcuser=lnd
|
||||||
|
# rpcpassword=afixedpasswordbecauselndsuckswithcookiefile
|
||||||
|
# We need to use rpcauth because we also need cookieauth. rpcpassword disabled cookie file auth.
|
||||||
|
# Be careful if you copy the line below from the docker-compose.yml! A dollar sign is escaped
|
||||||
|
rpcauth=lnd:d031f7567c5b02ba95524170e51c77f4$$827ce5412f653d6613c2f480e521eb437c866b999bdeb2ee4f9c41d3b00dff1c
|
||||||
expose:
|
expose:
|
||||||
- "43782"
|
- "43782"
|
||||||
- "39388"
|
- "39388"
|
||||||
|
|||||||
Reference in New Issue
Block a user