Giter VIP home page Giter VIP logo

latest-celery-flower-docker's Introduction

latest-celery-flower-docker

โ— This repository is a fork of an unmaintained https://github.com/totem/celery-flower-docker repository, updated with the newest version of the Celery Flower monitoring application.

Docker container containing the Celery Flower monitoring application.

Running with docker

In order to run flower using docker , run command:

sudo docker run -it --rm --name flower -p 5555:5555 gregsi/latest-celery-flower-docker

Access Flower

To access flower go to url: http://172.17.42.1:5555. The default credentials for the flower instance is username:root password:changeit. (It is highly recommended to change the default credentials. See run configuration.)

If your are using dynamic port mapping using (-P), inspect the container to determine the mapped port for 5555.

Run Configuration (Environment Variables)

Env Variable Description Default Value (Docker)
FLOWER_PORT Port to be used by flower 5555
AMQP_USERNAME Rabbitmq broker username guest
AMQP_PASSWORD Rabbitmq broker password guest
AMQP_HOST Rabbitmq host 172.17.42.1
AMQP_PORT Rabbitmq port 5672
AMQP_ADMIN_USERNAME Rabbitmq admin username guest
AMQP_ADMIN_PASSWORD Rabbitmq admin password guest
AMQP_ADMIN_HOST Rabbitmq admin host 172.17.42.1
AMQP_ADMIN_PORT Rabbitmq admin port 15672
FLOWER_MAX_TASKS Max tasks to be stored in memory. 3600
FLOWER_BASIC_AUTH Authentication for flower (username:password) root:changeit

latest-celery-flower-docker's People

Contributors

gregavrbancic avatar mwaaas avatar sukrit007 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.