🚀 chore(docker-compose.yml): add dependencies for the service to improve startup order and reliability
This commit is contained in:
parent
3486248faa
commit
df81154536
1 changed files with 4 additions and 0 deletions
|
|
@ -73,6 +73,10 @@ services:
|
|||
build:
|
||||
context: ../
|
||||
dockerfile: base.Dockerfile
|
||||
depends_on:
|
||||
- db
|
||||
- broker
|
||||
- result_backend
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue