mirror of
https://github.com/mempool/mempool.git
synced 2025-06-15 11:21:08 +02:00
fix bug in backend Docker start.sh script
This commit is contained in:
parent
ec4c418c22
commit
cd964d37e8
6
backend/.gitignore
vendored
6
backend/.gitignore
vendored
@ -7,6 +7,12 @@ mempool-config.json
|
|||||||
pools.json
|
pools.json
|
||||||
icons.json
|
icons.json
|
||||||
|
|
||||||
|
# docker
|
||||||
|
Dockerfile
|
||||||
|
GeoIP
|
||||||
|
start.sh
|
||||||
|
wait-for-it.sh
|
||||||
|
|
||||||
# compiled output
|
# compiled output
|
||||||
/dist
|
/dist
|
||||||
/tmp
|
/tmp
|
||||||
|
@ -53,7 +53,7 @@ __ELECTRUM_TLS_ENABLED__=${ELECTRUM_TLS_ENABLED:=false}
|
|||||||
|
|
||||||
# ESPLORA
|
# ESPLORA
|
||||||
__ESPLORA_REST_API_URL__=${ESPLORA_REST_API_URL:=http://127.0.0.1:3000}
|
__ESPLORA_REST_API_URL__=${ESPLORA_REST_API_URL:=http://127.0.0.1:3000}
|
||||||
__ESPLORA_UNIX_SOCKET_PATH__=${ESPLORA_UNIX_SOCKET_PATH:="null"}
|
__ESPLORA_UNIX_SOCKET_PATH__=${ESPLORA_UNIX_SOCKET_PATH:=""}
|
||||||
__ESPLORA_BATCH_QUERY_BASE_SIZE__=${ESPLORA_BATCH_QUERY_BASE_SIZE:=1000}
|
__ESPLORA_BATCH_QUERY_BASE_SIZE__=${ESPLORA_BATCH_QUERY_BASE_SIZE:=1000}
|
||||||
__ESPLORA_RETRY_UNIX_SOCKET_AFTER__=${ESPLORA_RETRY_UNIX_SOCKET_AFTER:=30000}
|
__ESPLORA_RETRY_UNIX_SOCKET_AFTER__=${ESPLORA_RETRY_UNIX_SOCKET_AFTER:=30000}
|
||||||
__ESPLORA_REQUEST_TIMEOUT__=${ESPLORA_REQUEST_TIMEOUT:=5000}
|
__ESPLORA_REQUEST_TIMEOUT__=${ESPLORA_REQUEST_TIMEOUT:=5000}
|
||||||
|
7
frontend/.gitignore
vendored
7
frontend/.gitignore
vendored
@ -6,6 +6,13 @@
|
|||||||
/out-tsc
|
/out-tsc
|
||||||
server.run.js
|
server.run.js
|
||||||
|
|
||||||
|
# docker
|
||||||
|
Dockerfile
|
||||||
|
entrypoint.sh
|
||||||
|
nginx-mempool.conf
|
||||||
|
nginx.conf
|
||||||
|
wait-for
|
||||||
|
|
||||||
# Only exists if Bazel was run
|
# Only exists if Bazel was run
|
||||||
/bazel-out
|
/bazel-out
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user