mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-08-17 19:35:42 +02:00
fix celery, ready for release testing
This commit is contained in:
@@ -27,7 +27,7 @@ services:
|
||||
context: ./web
|
||||
restart: always
|
||||
entrypoint: /usr/src/app/celery-entrypoint.sh
|
||||
# command: watchmedo auto-restart --recursive --pattern="*.py" --directory="/usr/src/app/reNgine/" -- celery -A reNgine worker --autoscale=${MAX_CONCURRENCY},${MIN_CONCURRENCY} -l INFO
|
||||
# command: watchmedo auto-restart --recursive --pattern="*.py" --directory="/usr/src/app/reNgine/" -- celery -A reNgine.tasks worker --autoscale=10,0 -l INFO
|
||||
volumes:
|
||||
- ./web:/usr/src/app
|
||||
- github_repos:/usr/src/github
|
||||
|
||||
Reference in New Issue
Block a user