From 73a036849072ee56188fcb19edc4dc0f190f0f31 Mon Sep 17 00:00:00 2001 From: Binoy Mathew Date: Thu, 26 Nov 2020 19:45:44 -0800 Subject: [PATCH] [BE-848] walletstore location docker-compose Signed-off-by: Binoy Mathew --- README.md | 2 +- app/platform/fabric/e2e-test/docker-compose.yaml | 2 +- docker-compose.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33ae80502..67401874f 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ In this guide, we assume that you've already started test network by following [ - ./config.json:/opt/explorer/app/platform/fabric/config.json - ./connection-profile:/opt/explorer/app/platform/fabric/connection-profile - ./organizations:/tmp/crypto - - walletstore:/opt/wallet + - walletstore:/opt/explorer/wallet ``` * When you connect Explorer to your fabric network through bridge network, you need to set DISCOVERY_AS_LOCALHOST to false for disabling hostname mapping into localhost. diff --git a/app/platform/fabric/e2e-test/docker-compose.yaml b/app/platform/fabric/e2e-test/docker-compose.yaml index eefeb6cd4..53e0230a4 100644 --- a/app/platform/fabric/e2e-test/docker-compose.yaml +++ b/app/platform/fabric/e2e-test/docker-compose.yaml @@ -53,7 +53,7 @@ services: - ./configs/config_${NETWORK_MODE}.json:/opt/explorer/app/platform/fabric/config.json - ./configs/connection-profile:/opt/explorer/app/platform/fabric/connection-profile - ./specs/crypto-config:/tmp/crypto - - walletstore:/opt/wallet + - walletstore:/opt/explorer/wallet command: sh -c "node /opt/explorer/main.js && tail -f /dev/null" ports: - 8090:8080 diff --git a/docker-compose.yaml b/docker-compose.yaml index 352362928..14235d994 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -49,7 +49,7 @@ services: - ./examples/net1/config.json:/opt/explorer/app/platform/fabric/config.json - ./examples/net1/connection-profile:/opt/explorer/app/platform/fabric/connection-profile - ./examples/net1/crypto:/tmp/crypto - - walletstore:/opt/wallet + - walletstore:/opt/explorer/wallet ports: - 8080:8080 depends_on: