nicolas.dorier
6 years ago
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
2 changed files with
5 additions and
5 deletions
-
docker-compose-generator/docker-fragments/bitcoin-lnd.yml
-
docker-compose-generator/docker-fragments/bitcoin.yml
|
|
@ -75,6 +75,11 @@ services: |
|
|
|
BITCOIN_EXTRA_ARGS: | |
|
|
|
zmqpubrawblock=tcp://0.0.0.0:28332 |
|
|
|
zmqpubrawtx=tcp://0.0.0.0:28333 |
|
|
|
# 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: |
|
|
|
- "28332" |
|
|
|
- "28333" |
|
|
|
|
|
@ -13,11 +13,6 @@ services: |
|
|
|
port=39388 |
|
|
|
disablewallet=1 |
|
|
|
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: |
|
|
|
- "43782" |
|
|
|
- "39388" |
|
|
|