mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
add logger config file
This commit is contained in:
parent
0b1dc34037
commit
525c8c94b2
@ -8,7 +8,8 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
- .secrets
|
- .secrets
|
||||||
command: bash -c "
|
command: bash -c "
|
||||||
alembic upgrade head && uvicorn app.main:app
|
uvicorn app.main:app
|
||||||
|
--log-config ./config.ini
|
||||||
--host 0.0.0.0 --port 8080
|
--host 0.0.0.0 --port 8080
|
||||||
--lifespan=on --use-colors --loop uvloop --http httptools
|
--lifespan=on --use-colors --loop uvloop --http httptools
|
||||||
--reload --log-level debug
|
--reload --log-level debug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user