|
@@ -4,16 +4,19 @@ This includes
|
|
|
* Redis
|
|
|
* Flower
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
## Usage (docker-compose)
|
|
|
-* start the system
|
|
|
+* start the system
|
|
|
``` docker-compose up ```
|
|
|
-add ``` -d ``` run in background
|
|
|
+add ``` -d ``` run in background
|
|
|
* down the system
|
|
|
ctrl-c or
|
|
|
``` docker-compose down ```
|
|
|
|
|
|
## Celery
|
|
|
-[Celery Documentation](https://docs.celeryq.dev/en/stable/index.html)
|
|
|
+[Celery Documentation](https://docs.celeryq.dev/en/stable/index.html)
|
|
|
[Flower Documentation](https://flower.readthedocs.io/en/latest/auth.html)
|
|
|
### install "celery"
|
|
|
``` pip install -U "celery[redis]" ```
|