Sign inSign up

helder/celery-flower

By helder

Updated over 8 years ago

A simple Dockerfile to get an installation of Flower up and running as fast as possible.

Image
0

287

helder/celery-flower repository overview

docker-celery-flower

A simple Dockerfile to get an installation of Flower up and running as fast as possible.

Flower: https://github.com/mher/flower

Celery: http://www.celeryproject.org/

How to use

The following example shows how to connect to a RabbitMQ broker used with Celery and you have the RabbitMQ management plugin installed.

Download the docker image

docker pull helder/celery-flower

Run the image in the foreground

docker run -it -p 5555:5555 \
  -e CELERY_BROKER_URL=amqp://guest:guest@<broker_ipaddr>:5672// \
  helder/celery-flower flower --port=5555 \
  --broker_api=http://<username>:<password>@<hostname>:15672/api/

Flower should be running on http://127.0.0.1:5555.

Tag summary

Content type

Image

Digest

Size

45.4 MB

Last updated

over 8 years ago

docker pull helder/celery-flower