mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
add logger config file
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user