Sign inSign up

iserko/docker-celery-flower

By iserko

Updated almost 11 years ago

Dockerfile for Celery management app Flower

Image
9

10K+

iserko/docker-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 iserko/docker-celery-flower

Run the image in the foreground

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

Flower should be running on http://127.0.0.1:5555 (if you're running boot2docker you'll need to use boot2docker's IP address instead)

Tag summary

Content type

Image

Digest

sha256:13e1c8c72

Size

166.5 MB

Last updated

almost 11 years ago

docker pull iserko/docker-celery-flower