[ci skip] update docker compose testing file

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-05-25 11:12:18 +08:00
parent 1cca70c296
commit e165b2e2d5
1 changed files with 17 additions and 14 deletions

View File

@ -1,4 +1,7 @@
gorush:
version: "2"
services:
gorush:
build: ./golang
links:
- redis
@ -10,6 +13,6 @@ gorush:
- ../:/app
command: /bin/sh -c './docker/testing.sh'
redis:
redis:
build: ./redis
privileged: true