[ci skip] update docker compose testing file
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
1cca70c296
commit
e165b2e2d5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue