Add depends_on
This commit is contained in:
parent
d01ba553d5
commit
73a9c176f6
|
@ -13,6 +13,10 @@ services:
|
||||||
SECRET_KEY_BASE: not-a-real-secret-oodeig8etho1usik5Eehoh9jah9yuS3o
|
SECRET_KEY_BASE: not-a-real-secret-oodeig8etho1usik5Eehoh9jah9yuS3o
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:3000:3000
|
- 127.0.0.1:3000:3000
|
||||||
|
depends_on:
|
||||||
|
- redis
|
||||||
|
- mail-dummy
|
||||||
|
- db
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:7
|
image: redis:7
|
||||||
|
|
Loading…
Reference in New Issue