add depends_on for the compose file

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-04-02 20:01:49 +02:00
parent a3b8e93b4e
commit 49050aaddf
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@
- '{{ starterpack_app_port }}:{{ starterpack_app_port }}/tcp'
volumes:
- '{{ starterpack_app_vol }}:/data'
depends_on:
- 'db'
- 'cache'
db:
container_name: '{{ starterpack_db_cont_name }}'