From 8131bb3bab11cbfa9a4c535e2b5c4deeb2da2063 Mon Sep 17 00:00:00 2001 From: maurob Date: Tue, 12 Mar 2024 06:45:14 -0300 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Upgrade=20Flower=20version=20and=20?= =?UTF-8?q?command=20(#447)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mauro Bruni Co-authored-by: Sebastián Ramírez --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index cec79d3..50818fc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -48,7 +48,7 @@ services: restart: always flower: - image: mher/flower:0.9.7 + image: mher/flower:2.0 restart: always networks: - traefik-public @@ -58,7 +58,9 @@ services: environment: - FLOWER_BASIC_AUTH=${FLOWER_BASIC_AUTH} command: + - celery - "--broker=amqp://guest@queue:5672//" + - flower # For the "Broker" tab to work in the flower UI, uncomment the following command argument, # and change the queue service's image as well # - "--broker_api=http://guest:guest@queue:15672/api//"