Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BE-848] Update walletstore location in docker-compose files #202

Merged
merged 1 commit into from
Nov 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/platform/fabric/e2e-test/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down