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:
|
environment:
|
||||||
- BROKER_URL=${CELERY_BROKER_URL}
|
- BROKER_URL=${CELERY_BROKER_URL}
|
||||||
depends_on:
|
depends_on:
|
||||||
app:
|
|
||||||
condition: service_healthy
|
|
||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue