Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 0 additions & 70 deletions logging-granian.json

This file was deleted.

70 changes: 0 additions & 70 deletions logging-uvicorn.json

This file was deleted.

2 changes: 0 additions & 2 deletions valkey-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down