ops: Use unix sockets to query esplora from nginx

This commit is contained in:
wiz
2023-03-07 17:19:16 +09:00
parent b6fe0e0f33
commit d8bb0e12f4
13 changed files with 97 additions and 99 deletions

View File

@@ -16,7 +16,7 @@ do
--db-dir __ELECTRS_DATA_ROOT__ \
--daemon-rpc-addr '127.0.0.1:38332' \
--daemon-dir "${HOME}" \
--http-addr '[::]:3003' \
--http-socket-file '/bitcoin/socket/esplora-bitcoin-signet' \
--cookie '__BITCOIN_RPC_USER__:__BITCOIN_RPC_PASS__' \
--precache-scripts "${HOME}/electrs/contrib/popular-scripts.txt"
sleep 1