Merge pull request #28 from rbrooklyn/patch-1

Add BACKEND_API and ELECTRS_API_URL ENV lines
This commit is contained in:
Simon Lindh 2020-02-16 17:21:33 +07:00 committed by GitHub
commit 8835c399e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,8 @@ ENV BITCOIN_NODE_PORT 8332
ENV BITCOIN_NODE_USER bitcoinuser
ENV BITCOIN_NODE_PASS bitcoinpass
ENV TX_PER_SECOND_SPAN_SECONDS 150
ENV BACKEND_API bitcoind
ENV ELECTRS_API_URL https://www.blockstream.info/api
RUN cd /mempool.space/frontend/ && \
npm run build && \