update docker-compose

This commit is contained in:
pycook 2023-07-12 11:59:51 +08:00
parent e02d92c335
commit 3e51f89c5a
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ services:
gunicorn --workers=3 autoapp:app -b 0.0.0.0:5000 -D
flask cmdb-init-cache
flask cmdb-init-acl
flask cmdb-counter
celery worker -A celery_worker.celery -E -Q one_cmdb_async --concurrency=2 -D
celery worker -A celery_worker.celery -E -Q acl_async --concurrency=2