mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 03:25:09 +00:00
fix address
Signed-off-by: Varad Ramamoorthy <varad@us.ibm.com>
This commit is contained in:
parent
6ef69e0c94
commit
ad088641ba
1 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ services:
|
||||||
- ORDERER_GENERAL_GENESISFILE=/var/hyperledger/orderer/orderer.genesis.block
|
- ORDERER_GENERAL_GENESISFILE=/var/hyperledger/orderer/orderer.genesis.block
|
||||||
- ORDERER_GENERAL_LOCALMSPID=OrdererMSP
|
- ORDERER_GENERAL_LOCALMSPID=OrdererMSP
|
||||||
- ORDERER_GENERAL_LOCALMSPDIR=/var/hyperledger/orderer/msp
|
- ORDERER_GENERAL_LOCALMSPDIR=/var/hyperledger/orderer/msp
|
||||||
- ORDERER_OPERATIONS_LISTENADDRESS=0.0.0.0:9443
|
- ORDERER_OPERATIONS_LISTENADDRESS=orderer.example.com:9443
|
||||||
# enabled TLS
|
# enabled TLS
|
||||||
- ORDERER_GENERAL_TLS_ENABLED=true
|
- ORDERER_GENERAL_TLS_ENABLED=true
|
||||||
- ORDERER_GENERAL_TLS_PRIVATEKEY=/var/hyperledger/orderer/tls/server.key
|
- ORDERER_GENERAL_TLS_PRIVATEKEY=/var/hyperledger/orderer/tls/server.key
|
||||||
|
|
@ -74,7 +74,7 @@ services:
|
||||||
- CORE_PEER_GOSSIP_BOOTSTRAP=peer0.org1.example.com:7051
|
- CORE_PEER_GOSSIP_BOOTSTRAP=peer0.org1.example.com:7051
|
||||||
- CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0.org1.example.com:7051
|
- CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0.org1.example.com:7051
|
||||||
- CORE_PEER_LOCALMSPID=Org1MSP
|
- CORE_PEER_LOCALMSPID=Org1MSP
|
||||||
- CORE_OPERATIONS_LISTENADDRESS=0.0.0.0:9444
|
- CORE_OPERATIONS_LISTENADDRESS=peer0.org1.example.com:9444
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/host/var/run/docker.sock
|
- /var/run/docker.sock:/host/var/run/docker.sock
|
||||||
- ../organizations/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/msp:/etc/hyperledger/fabric/msp
|
- ../organizations/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/msp:/etc/hyperledger/fabric/msp
|
||||||
|
|
@ -111,7 +111,7 @@ services:
|
||||||
- CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0.org2.example.com:9051
|
- CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0.org2.example.com:9051
|
||||||
- CORE_PEER_GOSSIP_BOOTSTRAP=peer0.org2.example.com:9051
|
- CORE_PEER_GOSSIP_BOOTSTRAP=peer0.org2.example.com:9051
|
||||||
- CORE_PEER_LOCALMSPID=Org2MSP
|
- CORE_PEER_LOCALMSPID=Org2MSP
|
||||||
- CORE_OPERATIONS_LISTENADDRESS=0.0.0.0:9445
|
- CORE_OPERATIONS_LISTENADDRESS=peer0.org2.example.com:9445
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/host/var/run/docker.sock
|
- /var/run/docker.sock:/host/var/run/docker.sock
|
||||||
- ../organizations/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/msp:/etc/hyperledger/fabric/msp
|
- ../organizations/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/msp:/etc/hyperledger/fabric/msp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue