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
|
- .:/app
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
environment:
|
||||||
|
- BROKER_URL=${CELERY_BROKER_URL}
|
||||||
depends_on:
|
depends_on:
|
||||||
- app
|
- app
|
||||||
- redis
|
- redis
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue