tomoya před 1 rokem
rodič
revize
a3e5aa73a0
1 změnil soubory, kde provedl 8 přidání a 1 odebrání
  1. 8 1
      README.md

+ 8 - 1
README.md

@@ -4,6 +4,13 @@ This includes
 * Redis
 * Redis
 * Flower
 * Flower
 
 
+## Usage (docker-compose)
+* start the system
+``` docker-compose up ```
+add ``` -d ``` run in background
+* down the system   
+ctrl-c or  
+``` docker-compose down ```  
 
 
 ## Celery
 ## Celery
 [Celery Documentation](https://docs.celeryq.dev/en/stable/index.html)
 [Celery Documentation](https://docs.celeryq.dev/en/stable/index.html)
@@ -29,7 +36,7 @@ Worker Options:
                                     Set custom prefetch multiplier value for
                                     Set custom prefetch multiplier value for
                                     this worker instance.
                                     this worker instance.
 Pool Options:
 Pool Options:
-  * -c, --concurrency <concurrency>
+  * -c, --concurrency <concurrency> 
                                     Number of child processes processing the  
                                     Number of child processes processing the  
                                     queue.  The default is the number of CPUs  
                                     queue.  The default is the number of CPUs  
                                     available on your system.  
                                     available on your system.