Skip to content

Commit

Permalink
Update docker-compose file to run end-to-end tests
Browse files Browse the repository at this point in the history
Dependency code is merged in fabric/cop repo with this patch set
https://gerrit.hyperledger.org/r/#/c/4089/. I have update code docker-compose file
to run end-to-end test.

Change-Id: Ie731667ee3ab5e68d77c09da6968a4a7050f64c6
Signed-off-by: rameshbabu <rameshbabu.thoomu@gmail.com>
  • Loading branch information
rameshthoomu committed Jan 17, 2017
1 parent 570e4bf commit 0d7c26c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/fixtures/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
version: '2.0'

services:

cop:
image: hyperledger/fabric-cop
ports:
- "8888:8888"
command: sh -c 'cop server start -ca ~/.cop/ec.pem -ca-key ~/.cop/ec-key.pem -config /etc/hyperledger/fabric-cop/cop.json -address "0.0.0.0"'
container_name: cop

orderer:
image: hyperledger/fabric-orderer
environment:
Expand Down

0 comments on commit 0d7c26c

Please sign in to comment.