fix docker-compose

This commit is contained in:
pycook 2023-07-20 18:36:32 +08:00
parent d8a62fc885
commit c4caa464d3
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +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
nohup flask cmdb-counter > counter.log 2>&1 &
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