mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 08:33:45 +01:00
Add celery exporter
This commit is contained in:
parent
57e7cbfd09
commit
0eca2d49ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user