Skip to content

Commit

Permalink
Add template using docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
MizukiSonoko committed May 3, 2017
1 parent 4de210e commit fd0a33b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,15 @@ jobs:
# test body (bash)
# don't forget to clean up after tests (if needed)

- run:
name: setup iroha network
command: |
docker-compose up -d
docker-compose scale iroha=4
IP=$(docker inspect --format "{{ .NetworkSettings.Networks.iroha_private.IPAddress }}" $(docker ps -lq))
docker stop $(docker ps -qln 4)
docker rm $(docker ps -qln 4)

0 comments on commit fd0a33b

Please sign in to comment.