Skip to content

Commit

Permalink
- Added explorer support for fabric v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhakumarpalanisamy committed Aug 13, 2020
1 parent 549a87d commit 0872bc7
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 234 deletions.
4 changes: 2 additions & 2 deletions group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ name: "{{couchdb_user}}", password: "{{couchdb_password}}"

hlf_explorer_db : {
image : "hyperledger/explorer-db",
tag : "1.0.0-rc2",
tag : "1.1.2",
name : 'hlf_explorer_db',
replicas: -1,
db_name : "fabricexplorer",
Expand All @@ -128,7 +128,7 @@ hlf_explorer_db : {

hlf_explorer : {
image : "hyperledger/explorer",
tag : '1.0.0-rc2',
tag : '1.1.2',
name : 'hlf_explorer',
admin_user: "{{hlf_explorer_admin_user}}",
admin_password: "{{hlf_explorer_admin_password}}",
Expand Down
Loading

0 comments on commit 0872bc7

Please sign in to comment.