Skip to content

Commit

Permalink
feat: add logfire (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
edpyt authored May 7, 2024
1 parent 3883aa7 commit 156b8bc
Show file tree
Hide file tree
Showing 13 changed files with 357 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# for example
LOGFIRE_TOKEN=<YOUR LOGFIRE TOKEN>

POSTGRES_USER=buber_dinner
POSTGRES_PASSWORD=buber_dinner
POSTGRES_DB=buber_dinner
Expand Down
7 changes: 1 addition & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ services:
context: .
dockerfile: Dockerfile
target: dev
command: >
uvicorn src.api.main:build_api
--factory
--reload
--host 0.0.0.0
--port 8000
command: python -m src
volumes:
- ./src:/app/src/:ro
- ./config_dist:/app/config_dist:ro
Expand Down
Loading

0 comments on commit 156b8bc

Please sign in to comment.