mirror of
https://github.com/mempool/mempool.git
synced 2025-03-15 04:11:48 +01:00
Merge pull request #28 from rbrooklyn/patch-1
Add BACKEND_API and ELECTRS_API_URL ENV lines
This commit is contained in:
commit
8835c399e9
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ ENV BITCOIN_NODE_PORT 8332
|
||||||
ENV BITCOIN_NODE_USER bitcoinuser
|
ENV BITCOIN_NODE_USER bitcoinuser
|
||||||
ENV BITCOIN_NODE_PASS bitcoinpass
|
ENV BITCOIN_NODE_PASS bitcoinpass
|
||||||
ENV TX_PER_SECOND_SPAN_SECONDS 150
|
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/ && \
|
RUN cd /mempool.space/frontend/ && \
|
||||||
npm run build && \
|
npm run build && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue