Skip to content

Commit

Permalink
groupon/DotCi#211 : ``cat docker-compose.yml docker-compose.override.…
Browse files Browse the repository at this point in the history
…yml > docker-compose.dotci.yml``
  • Loading branch information
Victor Vitayaudom committed Apr 8, 2016
1 parent 0b2f310 commit 72a197b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
docker-compose-file: "docker-compose.dotci.yml"

run:
nodeclient:
10 changes: 10 additions & 0 deletions docker-compose.dotci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
nodeserver:
build: .
ports:
- "8080"

nodeclient:
image: centos:centos7
links:
- nodeserver
command: "bash -cex 'while [ true ]; do curl -s http://nodeserver:8080 | grep \"Hello world\" && exit 0 || sleep 5; done'"

0 comments on commit 72a197b

Please sign in to comment.