Add postgres to celery service dependencies in Docker Compose
This commit is contained in:
parent
c41c50e673
commit
8ef2c6c310
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ services:
|
|||
depends_on:
|
||||
- rabbitmq
|
||||
- celery
|
||||
- postgres
|
||||
|
||||
celery:
|
||||
image: code.edgarpierre.fr/edpibu/musik
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue