mirror of
https://github.com/mempool/mempool.git
synced 2025-04-09 12:30:13 +02: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
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user