@@ -332,7 +332,6 @@ services:
332
332
- CORE_PEER_TLS_ROOTCERT_FILE=/var/hyperledger/tls/ca.crt
333
333
volumes :
334
334
- /var/run/:/host/var/run/
335
- - /opt/gopath:/opt/gopath
336
335
- ../configs:/var/hyperledger/configs
337
336
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/msp:/var/hyperledger/msp
338
337
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls:/var/hyperledger/tls
@@ -378,7 +377,6 @@ services:
378
377
- CORE_PEER_TLS_ROOTCERT_FILE=/var/hyperledger/tls/ca.crt
379
378
volumes :
380
379
- /var/run/:/host/var/run/
381
- - /opt/gopath:/opt/gopath
382
380
- ../configs:/var/hyperledger/configs
383
381
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/msp:/var/hyperledger/msp
384
382
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/tls:/var/hyperledger/tls
@@ -424,7 +422,6 @@ services:
424
422
- CORE_PEER_TLS_ROOTCERT_FILE=/var/hyperledger/tls/ca.crt
425
423
volumes :
426
424
- /var/run/:/host/var/run/
427
- - /opt/gopath:/opt/gopath
428
425
- ../configs:/var/hyperledger/configs
429
426
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org1.example.com/peers/peer1.org1.example.com/msp:/var/hyperledger/msp
430
427
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org1.example.com/peers/peer1.org1.example.com/tls:/var/hyperledger/tls
@@ -471,7 +468,6 @@ services:
471
468
- CORE_PEER_TLS_ROOTCERT_FILE=/var/hyperledger/tls/ca.crt
472
469
volumes :
473
470
- /var/run/:/host/var/run/
474
- - /opt/gopath:/opt/gopath
475
471
- ../configs:/var/hyperledger/configs
476
472
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org2.example.com/peers/peer1.org2.example.com/msp:/var/hyperledger/msp
477
473
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org2.example.com/peers/peer1.org2.example.com/tls:/var/hyperledger/tls
@@ -510,7 +506,7 @@ services:
510
506
command : /bin/bash -c 'sleep 6000000000000000000'
511
507
volumes :
512
508
- /var/run/:/host/var/run/
513
- - /opt/gopath :/opt/gopath
509
+ - ../../../examples/chaincode :/opt/gopath/src/github.com/hyperledger/fabric/examples/chaincode
514
510
- ../configs:/var/hyperledger/configs
515
511
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls:/var/hyperledger/tls
516
512
ports :
0 commit comments