mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
Chaincode as external service
This commit is contained in:
parent
ea533d61b9
commit
f36d7f13d1
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/peercfg:/etc/hyperledger/peercfg
|
- ./docker/peercfg:/etc/hyperledger/peercfg
|
||||||
- ${DOCKER_SOCK}:/host/var/run/docker.sock
|
- ${DOCKER_SOCK}:/host/var/run/docker.sock
|
||||||
|
- ../..:/opt/gopath/src/github.com/hyperledger/fabric-samples
|
||||||
|
#- ../../../config/core.yaml:/etc/hyperledger/fabric/core.yaml
|
||||||
|
|
||||||
peer0.org2.example.com:
|
peer0.org2.example.com:
|
||||||
container_name: peer0.org2.example.com
|
container_name: peer0.org2.example.com
|
||||||
|
|
@ -30,6 +32,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/peercfg:/etc/hyperledger/peercfg
|
- ./docker/peercfg:/etc/hyperledger/peercfg
|
||||||
- ${DOCKER_SOCK}:/host/var/run/docker.sock
|
- ${DOCKER_SOCK}:/host/var/run/docker.sock
|
||||||
|
- ../..:/opt/gopath/src/github.com/hyperledger/fabric-samples
|
||||||
|
#- ../../../config/core.yaml:/etc/hyperledger/fabric/core.yaml
|
||||||
|
|
||||||
cli:
|
cli:
|
||||||
container_name: cli
|
container_name: cli
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue