Integrates an optional starting of Flower into the Docker image

This commit is contained in:
Trenton H
2022-10-15 12:53:01 -07:00
parent d3a2fe123d
commit 28d50d5c36
7 changed files with 203 additions and 111 deletions

View File

@@ -901,6 +901,14 @@ PAPERLESS_OCR_LANGUAGES=<list>
Defaults to none, which does not install any additional languages.
PAPERLESS_ENABLE_FLOWER=<defined>
If this environment variable is defined, the Celery monitoring tool
`Flower <https://flower.readthedocs.io/en/latest/index.html>`_ will
be started by the container.
You can read more about this in the :ref:`advanced setup <advanced-celery-monitoring>`
documentation.
.. _configuration-update-checking: