Features: Prometheus for celery workers

This commit is contained in:
Egor Pavlovich Gorbunov 2025-06-05 19:39:29 +03:00
parent 5b2c642afc
commit bbe44303c7

View file

@ -88,6 +88,8 @@ services:
- .:/app
env_file:
- .env
environment:
- BROKER_URL=${CELERY_BROKER_URL}
depends_on:
- app
- redis