diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index 0ea276438..1fa687767 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -80,8 +80,12 @@ services: rpcport=43782 port=39388 whitelist=0.0.0.0/0 + zmqpubrawtx=tcp://0.0.0.0:28332 + zmqpubrawtxlock=tcp://0.0.0.0:28332 + zmqpubhashblock=tcp://0.0.0.0:28332 ports: - "43782:43782" + - "28332:28332" expose: - "43782" # RPC - "39388" # P2P