Features: None;
Fixes: None; Extra: 1) Remove redundant `depends_on` conditions for `worker` and `stock_updater` in `docker-compose.yml`.
This commit is contained in:
parent
640cfae961
commit
377ea8c45d
1 changed files with 0 additions and 4 deletions
|
|
@ -196,10 +196,6 @@ services:
|
|||
depends_on:
|
||||
database:
|
||||
condition: service_healthy
|
||||
worker:
|
||||
condition: service_healthy
|
||||
stock_updater:
|
||||
condition: service_healthy
|
||||
logging: *default-logging
|
||||
healthcheck:
|
||||
test: [ "CMD", "bash", "-c", "pgrep -f 'celery beat' >/dev/null" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue