Guide for deploying FastAPI applications written in Python.
Supported Python Versions
On the dashboard, click or ⌘ + K
to open the deployment modal and select the Python template. Then choose a GitHub repository from the dropdown or input a Git repository URL in the Git URL tab.
Apply the following settings to ensure your service runs seamlessly.
Basic Settings
8000
(default)uvicorn main:app --host=0.0.0.0 --port=8000
(default)More Options
Deploy