From edb0232e20a8ab1d7958c4e0c8745db5c6e2c929 Mon Sep 17 00:00:00 2001 From: "Nikita P. Shupeyko" Date: Tue, 12 Jun 2018 11:57:11 +0300 Subject: [PATCH] Reference local environment Flower docs from the production's --- docs/deployment-with-docker.rst | 5 ++++- docs/developing-locally-docker.rst | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) 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 ~~~~~~~~~~~~~