mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 17:45:10 +00:00
Merge "[FAB-16277] Update BYFN w/ Raft ports in Docker network"
This commit is contained in:
commit
1fb272473d
2 changed files with 40 additions and 32 deletions
|
|
@ -347,27 +347,27 @@ Profiles:
|
||||||
ClientTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer.example.com/tls/server.crt
|
ClientTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer.example.com/tls/server.crt
|
||||||
ServerTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer.example.com/tls/server.crt
|
ServerTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer.example.com/tls/server.crt
|
||||||
- Host: orderer2.example.com
|
- Host: orderer2.example.com
|
||||||
Port: 7050
|
Port: 8050
|
||||||
ClientTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer2.example.com/tls/server.crt
|
ClientTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer2.example.com/tls/server.crt
|
||||||
ServerTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer2.example.com/tls/server.crt
|
ServerTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer2.example.com/tls/server.crt
|
||||||
- Host: orderer3.example.com
|
- Host: orderer3.example.com
|
||||||
Port: 7050
|
Port: 9050
|
||||||
ClientTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer3.example.com/tls/server.crt
|
ClientTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer3.example.com/tls/server.crt
|
||||||
ServerTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer3.example.com/tls/server.crt
|
ServerTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer3.example.com/tls/server.crt
|
||||||
- Host: orderer4.example.com
|
- Host: orderer4.example.com
|
||||||
Port: 7050
|
Port: 10050
|
||||||
ClientTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer4.example.com/tls/server.crt
|
ClientTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer4.example.com/tls/server.crt
|
||||||
ServerTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer4.example.com/tls/server.crt
|
ServerTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer4.example.com/tls/server.crt
|
||||||
- Host: orderer5.example.com
|
- Host: orderer5.example.com
|
||||||
Port: 7050
|
Port: 11050
|
||||||
ClientTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer5.example.com/tls/server.crt
|
ClientTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer5.example.com/tls/server.crt
|
||||||
ServerTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer5.example.com/tls/server.crt
|
ServerTLSCert: crypto-config/ordererOrganizations/example.com/orderers/orderer5.example.com/tls/server.crt
|
||||||
Addresses:
|
Addresses:
|
||||||
- orderer.example.com:7050
|
- orderer.example.com:7050
|
||||||
- orderer2.example.com:7050
|
- orderer2.example.com:8050
|
||||||
- orderer3.example.com:7050
|
- orderer3.example.com:9050
|
||||||
- orderer4.example.com:7050
|
- orderer4.example.com:10050
|
||||||
- orderer5.example.com:7050
|
- orderer5.example.com:11050
|
||||||
|
|
||||||
Organizations:
|
Organizations:
|
||||||
- *OrdererOrg
|
- *OrdererOrg
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,8 @@ services:
|
||||||
extends:
|
extends:
|
||||||
file: base/peer-base.yaml
|
file: base/peer-base.yaml
|
||||||
service: orderer-base
|
service: orderer-base
|
||||||
|
environment:
|
||||||
|
- ORDERER_GENERAL_LISTENPORT=8050
|
||||||
container_name: orderer2.example.com
|
container_name: orderer2.example.com
|
||||||
networks:
|
networks:
|
||||||
- byfn
|
- byfn
|
||||||
|
|
@ -29,12 +31,14 @@ services:
|
||||||
- ./crypto-config/ordererOrganizations/example.com/orderers/orderer2.example.com/tls/:/var/hyperledger/orderer/tls
|
- ./crypto-config/ordererOrganizations/example.com/orderers/orderer2.example.com/tls/:/var/hyperledger/orderer/tls
|
||||||
- orderer2.example.com:/var/hyperledger/production/orderer
|
- orderer2.example.com:/var/hyperledger/production/orderer
|
||||||
ports:
|
ports:
|
||||||
- 8050:7050
|
- 8050:8050
|
||||||
|
|
||||||
orderer3.example.com:
|
orderer3.example.com:
|
||||||
extends:
|
extends:
|
||||||
file: base/peer-base.yaml
|
file: base/peer-base.yaml
|
||||||
service: orderer-base
|
service: orderer-base
|
||||||
|
environment:
|
||||||
|
- ORDERER_GENERAL_LISTENPORT=9050
|
||||||
container_name: orderer3.example.com
|
container_name: orderer3.example.com
|
||||||
networks:
|
networks:
|
||||||
- byfn
|
- byfn
|
||||||
|
|
@ -44,12 +48,14 @@ services:
|
||||||
- ./crypto-config/ordererOrganizations/example.com/orderers/orderer3.example.com/tls/:/var/hyperledger/orderer/tls
|
- ./crypto-config/ordererOrganizations/example.com/orderers/orderer3.example.com/tls/:/var/hyperledger/orderer/tls
|
||||||
- orderer3.example.com:/var/hyperledger/production/orderer
|
- orderer3.example.com:/var/hyperledger/production/orderer
|
||||||
ports:
|
ports:
|
||||||
- 9050:7050
|
- 9050:9050
|
||||||
|
|
||||||
orderer4.example.com:
|
orderer4.example.com:
|
||||||
extends:
|
extends:
|
||||||
file: base/peer-base.yaml
|
file: base/peer-base.yaml
|
||||||
service: orderer-base
|
service: orderer-base
|
||||||
|
environment:
|
||||||
|
- ORDERER_GENERAL_LISTENPORT=10050
|
||||||
container_name: orderer4.example.com
|
container_name: orderer4.example.com
|
||||||
networks:
|
networks:
|
||||||
- byfn
|
- byfn
|
||||||
|
|
@ -59,12 +65,14 @@ services:
|
||||||
- ./crypto-config/ordererOrganizations/example.com/orderers/orderer4.example.com/tls/:/var/hyperledger/orderer/tls
|
- ./crypto-config/ordererOrganizations/example.com/orderers/orderer4.example.com/tls/:/var/hyperledger/orderer/tls
|
||||||
- orderer4.example.com:/var/hyperledger/production/orderer
|
- orderer4.example.com:/var/hyperledger/production/orderer
|
||||||
ports:
|
ports:
|
||||||
- 10050:7050
|
- 10050:10050
|
||||||
|
|
||||||
orderer5.example.com:
|
orderer5.example.com:
|
||||||
extends:
|
extends:
|
||||||
file: base/peer-base.yaml
|
file: base/peer-base.yaml
|
||||||
service: orderer-base
|
service: orderer-base
|
||||||
|
environment:
|
||||||
|
- ORDERER_GENERAL_LISTENPORT=11050
|
||||||
container_name: orderer5.example.com
|
container_name: orderer5.example.com
|
||||||
networks:
|
networks:
|
||||||
- byfn
|
- byfn
|
||||||
|
|
@ -74,4 +82,4 @@ services:
|
||||||
- ./crypto-config/ordererOrganizations/example.com/orderers/orderer5.example.com/tls/:/var/hyperledger/orderer/tls
|
- ./crypto-config/ordererOrganizations/example.com/orderers/orderer5.example.com/tls/:/var/hyperledger/orderer/tls
|
||||||
- orderer5.example.com:/var/hyperledger/production/orderer
|
- orderer5.example.com:/var/hyperledger/production/orderer
|
||||||
ports:
|
ports:
|
||||||
- 11050:7050
|
- 11050:11050
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue