Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,10 @@ python label_studio/manage.py runserver

### Deploy in a cloud instance

You can deploy Label Studio with one click in Heroku, Microsoft Azure, or Google Cloud Platform:
You can deploy Label Studio with one click in Heroku, Northflank, Microsoft Azure, or Google Cloud Platform:

<a href="https://www.heroku.com/deploy?template=https://github.com/HumanSignal/label-studio/tree/heroku-persistent-pg"><img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy" height="30px"></a>
<a href="https://northflank.com/stacks/deploy-label-studio"><img src="https://assets.northflank.com/deploy_to_northflank_smm_36700fb050.svg" alt="Deploy to Northflank" height="30px"></a>
[<img src="https://aka.ms/deploytoazurebutton" height="30px">](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fhumansignal%2Flabel-studio%2Fdevelop%2Fazuredeploy.json)
[<img src="https://deploy.cloud.run/button.svg" height="30px">](https://deploy.cloud.run)

Expand Down
24 changes: 24 additions & 0 deletions docs/source/guide/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,30 @@ To run Label Studio on the cloud using a cloud provider such as Google Cloud Ser
-->


## Run Label Studio on the cloud using Northflank

You can deploy Label Studio to the cloud in minutes using the official Northflank one-click stack template:

[<img src="https://assets.northflank.com/deploy_to_northflank_smm_36700fb050.svg" height="30px">](https://northflank.com/stacks/deploy-label-studio)

This template automatically provisions:

- A managed PostgreSQL database for Label Studio data storage
- A deployment service running the latest Label Studio image
- Preconfigured environment variables for host, CSRF, and database connection

Before deployment, you can set your own credentials:
```
LABEL_STUDIO_USERNAME
LABEL_STUDIO_PASSWORD
```

Once deployed, Label Studio will be available on a public URL generated by Northflank.
You can scale services and attach custom domains directly from your dashboard.

For more details, see the [Northflank guide for Label Studio](https://northflank.com/guides/deploy-label-studio-with-northflank).


## Run Label Studio with an external domain name

If you want multiple people to collaborate on a project, you might want to run Label Studio with an external domain name.
Expand Down
Loading