Features: Prometheus for celery workers
This commit is contained in:
parent
5b2c642afc
commit
bbe44303c7
1 changed files with 2 additions and 0 deletions
|
|
@ -88,6 +88,8 @@ services:
|
|||
- .:/app
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- BROKER_URL=${CELERY_BROKER_URL}
|
||||
depends_on:
|
||||
- app
|
||||
- redis
|
||||
|
|
|
|||
Loading…
Reference in a new issue