Use correct hidden service in electrs

This commit is contained in:
Luke Childs 2022-06-08 11:47:43 +07:00
commit 3473b5965e
3 changed files with 6 additions and 3 deletions

View File

@ -12,7 +12,7 @@ services:
- electrs
restart: on-failure
environment:
ELECTRUM_HIDDEN_SERVICE: "${APP_HIDDEN_SERVICE}"
ELECTRUM_HIDDEN_SERVICE: "${APP_ELECTRS_RPC_HIDDEN_SERVICE}"
ELECTRUM_LOCAL_SERVICE: "${DEVICE_DOMAIN_NAME}"
ELECTRS_HOST: "${APP_ELECTRS_NODE_IP}"
BITCOIN_HOST: "${APP_BITCOIN_NODE_IP}"

View File

@ -1,4 +1,7 @@
export APP_ELECTRS_IP="10.21.22.4"
export APP_ELECTRS_NODE_IP="10.21.21.10"
export APP_ELECTRS_NODE_PORT="50001"
export APP_ELECTRS_NODE_PORT="50001"
rpc_hidden_service_file="${EXPORTS_TOR_DATA_DIR}/app-${EXPORTS_APP_ID}-rpc/hostname"
export APP_ELECTRS_RPC_HIDDEN_SERVICE="$(cat "${rpc_hidden_service_file}" 2>/dev/null || echo "notyetset.onion")"

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: electrs
category: Finance
name: Electrs
version: "0.9.4"
version: "0.9.4-build-2"
tagline: A simple and efficient Electrum Server
description: >
Run your personal Electrum server and connect your Electrum-compatible wallet,