fix: update uvicorn command to use 10 workers for improved performance
Test / test (pull_request) Successful in 15s
Test / test (pull_request) Successful in 15s
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
||||
app:
|
||||
image: ${GIT_HOST}/${GIT_USER}/${GIT_REPO}:app
|
||||
restart: unless-stopped
|
||||
command: uvicorn app.main:app --host 0.0.0.0 --port 8000
|
||||
command: uvicorn app.main:app --host 0.0.0.0 --port 8000 --workers 10
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user