add more worker
This commit is contained in:
parent
6aec5226ba
commit
cb45e37b68
2 changed files with 4 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ services:
|
|||
- cache-pip:/root/.cache/pip
|
||||
- cache-poetry:/root/.cache/poetry
|
||||
- cache-whisper:/root/.cache/whisper
|
||||
entrypoint: ["gunicorn", "--bind", "0.0.0.0:9000", "--workers", "10", "--timeout", "0", "app.webservice:app", "-k", "uvicorn.workers.UvicornWorker"]
|
||||
|
||||
volumes:
|
||||
cache-pip:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue