🐛 Fix docker configuration for flower (#37)

This commit is contained in:
David Montague
2020-02-07 12:04:02 -08:00
committed by GitHub
parent 2db416d3c1
commit 4b93dc709f
3 changed files with 10 additions and 3 deletions

View File

@@ -11,6 +11,11 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
flower:
image: totem/celery-flower-docker
image: mher/flower
env_file:
- env-flower.env
command:
- "--broker=amqp://guest@queue:5672//"
# For the "Broker" tab to work in the flower UI, uncomment the following command argument,
# and change the queue service's image as described in docker-compose.shared.base-images.yml
# - "--broker_api=http://guest:guest@queue:15672/api//"