Sign inSign up

tomologic/flower

By tomologic

Updated 8 months ago

Image
0

10K+

tomologic/flower repository overview

Flower Docker image

Flower is a web based tool for monitoring and administrating Celery clusters. Github repository: https://github.com/mher/flower

Usage

docker -e "BROKER_URL=amqp://user:[email protected]" run -d tomologic/flower

With custom API URL

If using a non standard API URL, such as CloudAMQP, then the API URL can be set explicitly

docker -e "BROKER_URL=amqp://user:[email protected]" \
       -e "BROKER_API=http://user:[email protected]:15672/api/" \
       run -d tomologic/flower

Tag summary

Content type

Image

Digest

sha256:3be1c4b05

Size

403.7 MB

Last updated

8 months ago

docker pull tomologic/flower