Skip to content

Commit

Permalink
Update builder and buildpack versions in fly.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 committed Sep 6, 2024
1 parent c63814d commit 6d1076e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions fly.staging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ kill_timeout = 5
primary_region = "dfw"

[build]
builder = "heroku/builder:24"
buildpacks = ["heroku/buildpack-python:0.17.0"]
builder = "heroku/builder"
buildpacks = ["heroku/buildpack-python"]


[[vm]]
Expand All @@ -24,7 +24,11 @@ PORT = "8000"
release_command = "bash -l release.sh"


[processes]
web = "gunicorn -w $OFFSETS_DB_WEB_CONCURRENCY -t 120 -k uvicorn.workers.UvicornWorker offsets_db_api.main:app --config gunicorn_config.py --access-logfile '-' --error-logfile '-'"

[[services]]
processes = ["web"]
protocol = "tcp"
internal_port = 8000
force_https = true
Expand Down

0 comments on commit 6d1076e

Please sign in to comment.