Features: 1) Update stock_updater service to use Dockerfile.stock_updater.

Fixes: n/a;

Extra: 1) Remove outdated healthcheck from `stock_updater` service.
This commit is contained in:
Egor Pavlovich Gorbunov 2025-07-02 01:01:07 +03:00
parent 2aa0e79743
commit 658eedb40c

View file

@ -153,7 +153,7 @@ services:
container_name: stock_updater container_name: stock_updater
build: build:
context: . context: .
dockerfile: ./Dockerfiles/Dockerfile.worker dockerfile: ./Dockerfiles/Dockerfile.stock_updater
restart: always restart: always
volumes: volumes:
- .:/app - .:/app
@ -167,12 +167,6 @@ services:
elasticsearch: elasticsearch:
condition: service_healthy condition: service_healthy
logging: *default-logging logging: *default-logging
healthcheck:
test: [ "CMD-SHELL", "celery -A evibes status | grep -q 'OK'" ]
interval: 30s
timeout: 10s
retries: 5
start_period: 15s
beat: beat:
container_name: beat container_name: beat