Fixes: 1) Removed unused health check dependency for the app service in docker-compose.yml.
This commit is contained in:
parent
eb07ca381e
commit
30326042b5
1 changed files with 0 additions and 2 deletions
|
|
@ -143,8 +143,6 @@ services:
|
|||
environment:
|
||||
- BROKER_URL=${CELERY_BROKER_URL}
|
||||
depends_on:
|
||||
app:
|
||||
condition: service_healthy
|
||||
redis:
|
||||
condition: service_healthy
|
||||
elasticsearch:
|
||||
|
|
|
|||
Loading…
Reference in a new issue