-
Notifications
You must be signed in to change notification settings - Fork 953
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I38e3fc8f4cc85bb2aa753774389b649b0b22dfe2 Signed-off-by: nfrunza <[email protected]>
- Loading branch information
Showing
3 changed files
with
42 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,12 +90,12 @@ function config(){ | |
subnet=192.168.10.0/24 | ||
|
||
# database container configuration | ||
fabric_explorer_db_tag="hyperledger-blockchain-explorer-db" | ||
fabric_explorer_db_tag="hyperledger/explorer-db" | ||
fabric_explorer_db_name="blockchain-explorer-db" | ||
db_ip=192.168.10.11 | ||
|
||
# fabric explorer configuratio | ||
fabric_explorer_tag="hyperledger-blockchain-explorer" | ||
fabric_explorer_tag="hyperledger/explorer" | ||
fabric_explorer_name="blockchain-explorer" | ||
explorer_ip=192.168.10.12 | ||
# END: GLOBAL VARIABLES OF THE SCRIPT | ||
|
@@ -190,8 +190,8 @@ function deploy_run_explorer(){ | |
-e DATABASE_PASSWD=$explorer_db_pwd \ | ||
-v $network_config_file:/opt/explorer/app/platform/fabric/config.json \ | ||
-v $network_crypto_base_path:/tmp/crypto \ | ||
-p 8080:8080 \ | ||
hyperledger-blockchain-explorer | ||
-p 8090:8080 \ | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
nfrunza
via email
Author
Contributor
|
||
$fabric_explorer_tag | ||
} | ||
|
||
function connect_to_network(){ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8090 port is error. the appconfig.json default port is 8080.