drop old logger configs

This commit is contained in:
grillazz
2025-10-14 14:14:37 +02:00
parent 331df3f2ff
commit 4f8d565358
3 changed files with 0 additions and 142 deletions

View File

@@ -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