1
0

Add Lightning Watchtower TEOS + add zmq fragment (#320)

* Add Lightning Watchtower TEOS + add zmq fragment

* add txindex requirement

* update port

* add zmqpubhashblock

* update zmq port

* expose port

* Update opt-add-zmq.yml

* update image

* update local docker builder
This commit is contained in:
Andrew Camilleri
2020-07-02 05:43:58 +02:00
committed by GitHub
parent 20bb6db9e0
commit 1f55d7bc0e
12 changed files with 130 additions and 45 deletions

View File

@@ -4,10 +4,7 @@ services:
bitcoind:
environment:
BITCOIN_EXTRA_ARGS: |
zmqpubrawblock=tcp://0.0.0.0:28332
zmqpubrawtx=tcp://0.0.0.0:28333
rpcauth=eclair:d3a244200d5c946f6bef48e6583ec979$$215049513aef33245dfec8ff3ab5e749458fde51ede931dec04c767c0732d468
txindex=1
eclair_bitcoin:
container_name: btcpayserver_eclair_bitcoin
restart: unless-stopped
@@ -51,5 +48,9 @@ services:
- eclair_bitcoin
volumes:
eclair_bitcoin_datadir:
incompatible:
- pruning
required:
- "opt-add-zmq"
- "opt-txindex"