Sign inSign up

bowwow/flower-autobuild

By bowwow

Updated about 9 years ago

for python flower

Image
0

392

bowwow/flower-autobuild repository overview

flower-autobuild

Use Celery with Redis to Queue Tasks (for python)

Redis:
  • run redis container
docker run -itd --name redis redis
  • run flower:
    • --link redis or public network
docker run -itd --link redis -e BROKER=redis://redis:6379 -e BROKER_API=redis://redis:6379/0 bowwow/flower-autobuild

Tag summary

Content type

Image

Digest

Size

423.5 MB

Last updated

about 9 years ago

docker pull bowwow/flower-autobuild