Add dev mode
parent
c7812b85b7
commit
ad998d193c
|
@ -28,16 +28,25 @@ services:
|
|||
extends:
|
||||
file: base-raft.yaml
|
||||
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
|
||||
extends:
|
||||
file: base-raft.yaml
|
||||
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
|
||||
extends:
|
||||
file: base-raft.yaml
|
||||
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:
|
||||
extends:
|
||||
|
|
Loading…
Reference in New Issue