We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e78b3 commit 44f7334Copy full SHA for 44f7334
test/docker-compose.yml
@@ -1,3 +1,8 @@
1
+ca:
2
+ image: hyperledger/fabric-ca
3
+ ports:
4
+ - 7054:7054
5
+
6
orderer:
7
image: hyperledger/fabric-orderer
8
environment:
@@ -9,8 +14,8 @@ orderer:
9
14
- ORDERER_GENERAL_LISTENADDRESS=0.0.0.0
10
15
- ORDERER_GENERAL_LISTENPORT=7050
11
16
- ORDERER_RAMLEDGER_HISTORY_SIZE=100
12
- expose:
13
- - 7050
17
18
+ - 7050:7050
19
20
vp:
21
image: hyperledger/fabric-peer
@@ -19,9 +24,9 @@ vp:
24
ports:
25
- 7051:7051
26
- 7053:7053
22
- - 7054:7054
23
27
28
- CORE_PEER_ADDRESSAUTODETECT=true
29
- CORE_PEER_COMMITTER_LEDGER_ORDERER=orderer:7050
30
volumes:
31
- /var/run/docker.sock:/var/run/docker.sock
32
+ command: peer node start --peer-chaincodedev
0 commit comments