This commit is contained in:
nicolas.dorier
2018-09-28 17:32:52 +09:00
parent 4ccb55af27
commit 612d34d79e
4 changed files with 3 additions and 10 deletions

View File

@@ -47,8 +47,8 @@ services:
bitcoind: bitcoind:
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
zmqpubrawtx=tcp://0.0.0.0:28332
zmqpubrawblock=tcp://0.0.0.0:28332 zmqpubrawblock=tcp://0.0.0.0:28332
zmqpubrawtx=tcp://0.0.0.0:28333
expose: expose:
- "28332" - "28332"
- "28333" - "28333"

View File

@@ -11,13 +11,9 @@ services:
${NBITCOIN_NETWORK:-regtest}=1 ${NBITCOIN_NETWORK:-regtest}=1
port=39388 port=39388
whitelist=0.0.0.0/0 whitelist=0.0.0.0/0
zmqpubrawblock=tcp://0.0.0.0:28332
zmqpubrawtx=tcp://0.0.0.0:28333
expose: expose:
- "43782" - "43782"
- "39388" - "39388"
- "28332" # ZMQ
- "28333" # ZMQ
volumes: volumes:
- "bitcoin_datadir:/data" - "bitcoin_datadir:/data"
nbxplorer: nbxplorer:

View File

@@ -44,10 +44,11 @@ services:
litecoind: litecoind:
environment: environment:
BITCOIN_EXTRA_ARGS: | BITCOIN_EXTRA_ARGS: |
zmqpubrawtx=tcp://0.0.0.0:28332
zmqpubrawblock=tcp://0.0.0.0:28332 zmqpubrawblock=tcp://0.0.0.0:28332
zmqpubrawtx=tcp://0.0.0.0:28333
expose: expose:
- "28332" - "28332"
- "28333"
volumes: volumes:
lnd_litecoin_datadir: lnd_litecoin_datadir:

View File

@@ -10,14 +10,10 @@ services:
rpcport=43782 rpcport=43782
${NBITCOIN_NETWORK:-regtest}=1 ${NBITCOIN_NETWORK:-regtest}=1
port=39388 port=39388
zmqpubrawblock=tcp://0.0.0.0:28332
zmqpubrawtx=tcp://0.0.0.0:28333
whitelist=0.0.0.0/0 whitelist=0.0.0.0/0
expose: expose:
- "43782" - "43782"
- "39388" - "39388"
- "28332" # ZMQ
- "28333" # ZMQ
volumes: volumes:
- "litecoin_datadir:/data" - "litecoin_datadir:/data"
nbxplorer: nbxplorer: