add depends_on key to calendso service
Signed-off-by: Ramiro Berrelleza <rberrelleza@gmail.com>
This commit is contained in:
parent
04d9936e65
commit
1c0621ef49
1 changed files with 2 additions and 0 deletions
|
@ -16,5 +16,7 @@ services:
|
|||
- 3000:3000
|
||||
- 5555:5555
|
||||
env_file: .env
|
||||
depends_on:
|
||||
- db
|
||||
volumes:
|
||||
database-data:
|
Loading…
Reference in a new issue