Skip to content

Commit

Permalink
chore: add heroku and gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
borolepratik committed May 18, 2024
1 parent daab99b commit 2567ff9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker app.main:app
23 changes: 22 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ readme = "README.md"
[tool.poetry.dependencies]
fastapi = "^0.111.0"
fastf1 = "3.3.6"
gunicorn = "^22.0.0"
newrelic = "^9.9.1"
python = "3.12.3"
python-dotenv = "^1.0.1"
Expand Down

0 comments on commit 2567ff9

Please sign in to comment.