forked from hyperledger-labs/blockchain-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make port 8080 parameterized (hyperledger-labs#301)
* add PORT to start.sh and .env Signed-off-by: Jacob Kopczynski <[email protected]> * Pull in .env when using quick start Principally to set PORT but it makes the rest of the docker-compose work more smoothly as well. Signed-off-by: Jacob Kopczynski <[email protected]> * Make docker-compose.yaml sufficient Allow PORT to be set as envvar, but default to 8080 Signed-off-by: Jacob Kopczynski <[email protected]>
- Loading branch information
Showing
4 changed files
with
6 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
PORT=8080 | ||
EXPLORER_CONFIG_FILE_PATH=./examples/net1/config.json | ||
EXPLORER_PROFILE_DIR_PATH=./examples/net1/connection-profile | ||
FABRIC_CRYPTO_PATH=/fabric-path/fabric-samples/test-network/organizations |
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
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