Sign inSign up

danieltromp/flower

By danieltromp

•Updated almost 7 years ago

Run Flower with timezone 'Europe/Amsterdam'

Image
0

297

danieltromp/flower repository overview

⁠Flower: Real-time Celery web-monitor

docker run -p 5555:5555 -e CELERY_BROKER_URL=redis://localhost:6379 danieltromp/flower:latest
(make sure you have a redis running localy or change 'localhost' in the correct IP/Hostname)

This Dockerfile is based on: https://hub.docker.com/r/mher/flower⁠
Added in this version is the right timezone for me ('Europe/Amsterdam').
(the right timezone is important to Celery and a known issue with some Docker images)

From: https://docs.celeryproject.org/en/latest/userguide/monitoring.html#flower-real-time-celery-web-monitor⁠
Flower is a real-time web based monitor and administration tool for Celery. It’s under active development, but is already an essential tool. Being the recommended monitor for Celery, it obsoletes the Django-Admin monitor, celerymon and the ncurses based monitor.
Flower is pronounced like “flow”, but you can also use the botanical version if you prefer.

Tag summary

Content type

Image

Digest

Size

365.6 MB

Last updated

almost 7 years ago

docker pull danieltromp/flower