Browse Source

Update thunderhub app to use Tor proxy (#434)

Co-authored-by: Luke Childs <lukechilds123@gmail.com>
dashboard-0.3.15
Lounès Ksouri 4 years ago
committed by GitHub
parent
commit
c7faeadc06
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      apps/thunderhub/docker-compose.yml

1
apps/thunderhub/docker-compose.yml

@ -23,6 +23,7 @@ services:
LOG_LEVEL: "debug"
ACCOUNT_CONFIG_PATH: "/data/thubConfig.yaml"
YML_ENV_1: "$LND_IP:$LND_GRPC_PORT"
TOR_PROXY_SERVER: "socks://$TOR_PROXY_IP:$TOR_PROXY_PORT"
networks:
default:
ipv4_address: $APP_THUNDERHUB_IP

Loading…
Cancel
Save