Created
June 5, 2025 10:12
-
-
Save wrr/b2e26eaa9c0ea7c90c9cc29fab41073a to your computer and use it in GitHub Desktop.
Heroku Fir FastAPI Procfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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