mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 16:12:19 +08:00
* fix: nightly now properly gets 1.9.0 branch (#12215) before it was attempting to pull release-notes as letters are alphanumerically after numbers when we sort -V then grab tail now we only look at branch names that follow the pattern '^release-[0-9]+\.[0-9]+\.[0-9]+$' * docs: add search icon (#12216) add-back-svg * initial-content * cut-1.8-release-and-include-next-version * stage-1.8.0-and-next --------- Co-authored-by: Adam-Aghili <149833988+Adam-Aghili@users.noreply.github.com>
23 lines
1.2 KiB
Plaintext
23 lines
1.2 KiB
Plaintext
---
|
|
title: Deploy Langflow on Railway
|
|
description: Deploy Langflow to Railway using a one-click template
|
|
slug: /deployment-railway
|
|
---
|
|
|
|
This guide explains how to [deploy Langflow on Railway](https://railway.com/?utm_medium=integration&utm_source=docs&utm_campaign=langflow), a cloud infrastructure platform that provides auto-deploy, managed databases, and automatic scaling.
|
|
|
|
1. Create a Railway account.
|
|
|
|
A Hobby account on Railway is sufficient for Langflow's dual-core CPU and 2 GB RAM requirements. For more information, see [Railway pricing](https://railway.com/pricing?utm_medium=integration&utm_source=docs&utm_campaign=langflow).
|
|
|
|
2. Follow this link to deploy the Langflow template on Railway:
|
|
|
|
[](https://railway.com/new/template/JMXEWp?referralCode=MnPSdg&utm_medium=integration&utm_source=docs&utm_campaign=langflow)
|
|
|
|
3. Optional: Add any custom configuration for your Langflow deployment.
|
|
|
|
The Langflow Railway template automatically sets up the infrastructure, deploys Langflow, and then starts the application.
|
|
|
|
4. Wait for the deployment to complete.
|
|
|
|
5. Navigate to your Langflow instance at your deployment's public URL, such as `https://APP-NAME.up.railway.app`. |