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:
Egor Pavlovich Gorbunov 2025-08-05 10:31:45 +03:00
parent 640cfae961
commit 377ea8c45d

View file

@ -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" ]