Add dev mode
parent
c7812b85b7
commit
ad998d193c
|
@ -28,16 +28,25 @@ services:
|
||||||
extends:
|
extends:
|
||||||
file: base-raft.yaml
|
file: base-raft.yaml
|
||||||
service: orderer0.example.com
|
service: orderer0.example.com
|
||||||
|
volumes:
|
||||||
|
- $GOPATH/src/github.com/hyperledger/fabric:/go/src/github.com/hyperledger/fabric
|
||||||
|
command: /go/src/github.com/hyperledger/fabric/orderer/orderer start
|
||||||
|
|
||||||
orderer1.example.com: # There can be multiple orderers
|
orderer1.example.com: # There can be multiple orderers
|
||||||
extends:
|
extends:
|
||||||
file: base-raft.yaml
|
file: base-raft.yaml
|
||||||
service: orderer1.example.com
|
service: orderer1.example.com
|
||||||
|
volumes:
|
||||||
|
- $GOPATH/src/github.com/hyperledger/fabric:/go/src/github.com/hyperledger/fabric
|
||||||
|
command: /go/src/github.com/hyperledger/fabric/orderer/orderer start
|
||||||
|
|
||||||
orderer2.example.com: # There can be multiple orderers
|
orderer2.example.com: # There can be multiple orderers
|
||||||
extends:
|
extends:
|
||||||
file: base-raft.yaml
|
file: base-raft.yaml
|
||||||
service: orderer2.example.com
|
service: orderer2.example.com
|
||||||
|
volumes:
|
||||||
|
- $GOPATH/src/github.com/hyperledger/fabric:/go/src/github.com/hyperledger/fabric
|
||||||
|
command: /go/src/github.com/hyperledger/fabric/orderer/orderer start
|
||||||
|
|
||||||
peer0.org1.example.com:
|
peer0.org1.example.com:
|
||||||
extends:
|
extends:
|
||||||
|
|
Loading…
Reference in New Issue