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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
apps/thunderhub/docker-compose.yml
|
@ -23,6 +23,7 @@ services: |
|
|
LOG_LEVEL: "debug" |
|
|
LOG_LEVEL: "debug" |
|
|
ACCOUNT_CONFIG_PATH: "/data/thubConfig.yaml" |
|
|
ACCOUNT_CONFIG_PATH: "/data/thubConfig.yaml" |
|
|
YML_ENV_1: "$LND_IP:$LND_GRPC_PORT" |
|
|
YML_ENV_1: "$LND_IP:$LND_GRPC_PORT" |
|
|
|
|
|
TOR_PROXY_SERVER: "socks://$TOR_PROXY_IP:$TOR_PROXY_PORT" |
|
|
networks: |
|
|
networks: |
|
|
default: |
|
|
default: |
|
|
ipv4_address: $APP_THUNDERHUB_IP |
|
|
ipv4_address: $APP_THUNDERHUB_IP |
|
|