We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afc64b commit ab05d0eCopy full SHA for ab05d0e
docker-compose.yml
@@ -1,7 +1,7 @@
1
services:
2
api-pdf-layout:
3
container_name: "api-pdf-layout"
4
- entrypoint: [ "gunicorn", "-k", "uvicorn.workers.UvicornWorker", "--chdir", "./src", "app:app", "--bind", "0.0.0.0:5051", "--timeout", "300" ]
+ entrypoint: [ "gunicorn", "-w", "2", "-k", "uvicorn.workers.UvicornWorker", "--chdir", "./src", "app:app", "--bind", "0.0.0.0:5051", "--timeout", "300" ]
5
init: true
6
restart: unless-stopped
7
build:
0 commit comments