[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
|
build: ./golang
|
||||||
links:
|
links:
|
||||||
- redis
|
- redis
|
||||||
|
@ -10,6 +13,6 @@ gorush:
|
||||||
- ../:/app
|
- ../:/app
|
||||||
command: /bin/sh -c './docker/testing.sh'
|
command: /bin/sh -c './docker/testing.sh'
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
build: ./redis
|
build: ./redis
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
Loading…
Reference in New Issue