mirror of https://github.com/veops/cmdb.git
update docker-compose
This commit is contained in:
parent
e02d92c335
commit
3e51f89c5a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue