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:
@@ -3,7 +3,7 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: app/Dockerfile
|
||||
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