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:
|
depends_on:
|
||||||
database:
|
database:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
worker:
|
|
||||||
condition: service_healthy
|
|
||||||
stock_updater:
|
|
||||||
condition: service_healthy
|
|
||||||
logging: *default-logging
|
logging: *default-logging
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD", "bash", "-c", "pgrep -f 'celery beat' >/dev/null" ]
|
test: [ "CMD", "bash", "-c", "pgrep -f 'celery beat' >/dev/null" ]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue