add dependency
This commit is contained in:
parent
e9257a42a7
commit
6698276c20
1 changed files with 2 additions and 0 deletions
|
@ -4,5 +4,7 @@ services:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "5242:5242"
|
- "5242:5242"
|
||||||
|
depends_on:
|
||||||
|
- eventman-mongo
|
||||||
eventman-mongo:
|
eventman-mongo:
|
||||||
image: "mongo:latest"
|
image: "mongo:latest"
|
||||||
|
|
Loading…
Reference in a new issue