⬆ Upgrade Flower version and command (#447)

Co-authored-by: Mauro Bruni <mauro@satellogic.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
maurob 2024-03-12 06:45:14 -03:00 committed by GitHub
parent 6f48d6a2a8
commit 8131bb3bab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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//"