Add celery exporter

This commit is contained in:
rubenwardy 2020-04-24 00:49:40 +01:00
parent 57e7cbfd09
commit 0eca2d49ba
1 changed files with 9 additions and 0 deletions

View File

@ -60,3 +60,12 @@ services:
- 5124:5124
depends_on:
- redis
exporter:
image: ovalmoney/celery-exporter
env_file:
- config.env
ports:
- 5125:9540
depends_on:
- redis