Browse Source

modify README

tomoya 1 năm trước cách đây
mục cha
commit
a3e5aa73a0
1 tập tin đã thay đổi với 8 bổ sung1 xóa
  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.