Skip to content

Instantly share code, notes, and snippets.

@wrr
Created June 5, 2025 10:12
Show Gist options
  • Save wrr/b2e26eaa9c0ea7c90c9cc29fab41073a to your computer and use it in GitHub Desktop.
Save wrr/b2e26eaa9c0ea7c90c9cc29fab41073a to your computer and use it in GitHub Desktop.
Heroku Fir FastAPI Procfile
# When running in Fir private space, web app needs to listen on ipv6 interace, so Procfile cannot be like:
# web: fastapi run --port $PORT
# but needs to bind ipv6:
web: fastapi run --port $PORT --host ::
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment