Remove flower

This commit is contained in:
rubenwardy 2021-07-21 03:50:43 +01:00
parent 6fa6203ce0
commit 8c44b08682
1 changed files with 0 additions and 10 deletions

View File

@ -51,16 +51,6 @@ services:
depends_on:
- redis
flower:
image: mher/flower
command: ["flower", "--broker=redis://redis:6379/0", "--port=5124"]
env_file:
- config.env
ports:
- 5124:5124
depends_on:
- redis
exporter:
image: ovalmoney/celery-exporter
env_file: