mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-03-06 10:00:39 +03:00
feat: add profiling middleware and update README for performance profiling
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
||||
command: bash -c "
|
||||
uvicorn app.main:app
|
||||
--host 0.0.0.0 --port 8080
|
||||
--lifespan=on --use-colors --loop uvloop --http httptools
|
||||
--lifespan=on --use-colors --loop uvloop --http httptools --reload
|
||||
"
|
||||
volumes:
|
||||
- ./app:/panettone/app
|
||||
|
||||
Reference in New Issue
Block a user