diff --git a/docs/deployment-with-docker.rst b/docs/deployment-with-docker.rst index 42798aae8..9e953d7ca 100644 --- a/docs/deployment-with-docker.rst +++ b/docs/deployment-with-docker.rst @@ -24,7 +24,10 @@ Before you begin, check out the ``production.yml`` file in the root of this proj Provided you have opted for Celery (via setting ``use_celery`` to ``y``) there are two more services: * ``celeryworker`` running a Celery worker process; -* ``celerybeat`` running a Celery beat process. +* ``celerybeat`` running a Celery beat process; +* ``flower`` running Flower_ (for more info, check out :ref:`CeleryFlower` instructions for local environment). + +.. _`Flower`: https://github.com/mher/flower Configuring the Stack diff --git a/docs/developing-locally-docker.rst b/docs/developing-locally-docker.rst index b0bf9250e..c6af1d96f 100644 --- a/docs/developing-locally-docker.rst +++ b/docs/developing-locally-docker.rst @@ -172,6 +172,8 @@ When developing locally you can go with MailHog_ for email testing provided ``us .. _Mailhog: https://github.com/mailhog/MailHog/ +.. _`CeleryFlower`: + Celery Flower ~~~~~~~~~~~~~