Skip to content

tomologic/docker-flower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dockerified flower

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •