https://github.com/openfun/flower-docker
https://github.com/openfun/flower-docker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/openfun/flower-docker
- Owner: openfun
- License: mit
- Created: 2020-01-16T13:35:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-13T23:03:21.000Z (over 3 years ago)
- Last Synced: 2025-06-02T03:47:05.424Z (11 months ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Flower docker image
This repository contains the `Dockerfile` to build an image of [flower](https://github.com/mher/flower).
Flower is a real-time monitor and web admin for Celery distributed task queue.
This image has a pinned version of celery to match the version used in [Open edX](https://open.edx.org/) and
to monitor specifically `edxapp` workers.
This image contains the following dependencies: [requirements.txt](./requirements.txt)
## Building image
```bash
$ export FLOWER_TAG=0.9.3-py2
$ docker build -t fundocker/flower:{FLOWER_TAG} .
```
## License
This work is released under the MIT License (see [LICENSE](./LICENSE)).