mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
drop old logger configs
This commit is contained in:
@@ -7,10 +7,8 @@ services:
|
||||
- .secrets
|
||||
command: bash -c "
|
||||
uvicorn app.main:app
|
||||
--log-config ./logging-uvicorn.json
|
||||
--host 0.0.0.0 --port 8080
|
||||
--lifespan=on --use-colors --loop uvloop --http httptools
|
||||
--reload --log-level debug
|
||||
"
|
||||
volumes:
|
||||
- .:/home/code
|
||||
|
||||
Reference in New Issue
Block a user