From bd5b659b3b02451a58ed30ff0e54f0ecd2709139 Mon Sep 17 00:00:00 2001 From: softdevm Date: Fri, 29 Jan 2021 14:53:30 +0100 Subject: [PATCH] Add Flower instance description to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b2c1089..6810a00 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,9 @@ The will automatically create and run the following containers: * **cachito-worker** - the Cachito Celery worker. This container is also responsible for configuring Nexus at startup. * **db** - the Postgresql database used by the Cachito REST API. +* **flower** - the [Flower](https://flower.readthedocs.io/en/latest/) instance for monitoring and + managing Celery. The instance is accessible at [http://localhost:8083](http://http://localhost:8083). + The username is `cachito` and the password is `cachito`. * **nexus** - the [Sonatype Nexus Repository Manager](https://www.sonatype.com/nexus-repository-oss) instance that is responsible for permanently storing dependencies for the `npm` package manager. The management UI is accessible at [http://localhost:8082](http://localhost:8082). The username is