Skip to content

Commit

Permalink
docs: fix render deployment and docs (#3309)
Browse files Browse the repository at this point in the history
* initial-content

* doc-update
  • Loading branch information
mendonk committed Aug 14, 2024
1 parent c19a031 commit 17337b4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
Binary file removed docs/docs/Deployment/1861599636.png
Binary file not shown.
Binary file removed docs/docs/Deployment/1929176153.png
Binary file not shown.
11 changes: 6 additions & 5 deletions docs/docs/Deployment/deployment-render.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ Deploying Langflow to Render is a straightforward process that can be completed

[![Deploy to Render](./render-deploy.svg)](https://render.com/deploy?repo=https%3A%2F%2Fgithub.com%2Flangflow-ai%2Flangflow%2Ftree%2Fdev)

2. **Select the Default Configuration**: Once on the Render platform, you will be prompted to provide a blueprint name and to select the default configuration for Langflow. This configuration includes all the necessary settings and resources to run Langflow efficiently. You can change the branch of the repo to “main” or “dev” based on your preference. Click “Create New Resources” to proceed.
2. **Select the Blueprint Configuration**: Once on the Render platform, you will be prompted to provide a blueprint name and to select the branch for your `render.yaml` file in Langflow. This configuration file includes all the necessary settings and resources to deploy Langflow in Render. The default is `main`.
3. The `render.yaml` file specifies a `standard` Render instance, because Langflow requires at least 2 GB of RAM to run. This may require a credit card to sign up. Review the pricing details on the Render platform to understand any costs involved before proceeding. If you need to change your plan later, from the Render dashboard, go to **Settings** > **Instance Type**.

![](./1861599636.png)
![](./render-deploy-plan.png)

3. **Deploy**: After selecting the configuration, proceed to deploy your Langflow instance. You can keep the default Starter instance, or change it to another instance based on your specific needs. Click Apply to deploy the instance. Render will handle the rest, including setting up the database, deploying the Langflow instance, and starting the application.
4. Click **Deploy Blueprint** to deploy Langflow. Render will handle the rest, including setting up the database, deploying the Langflow instance, and starting the application.

![](./1929176153.png)
![](./render-deployed-overview.png)

By following these steps, your Langflow instance will be successfully deployed on Render. Remember to review the pricing details on the Render platform to understand any costs involved.
By following these steps, your Langflow instance will be successfully deployed on Render.
Binary file added docs/docs/Deployment/render-deploy-plan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/Deployment/render-deployed-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
dockerfilePath: ./docker/render.Dockerfile
repo: https://github.com/langflow-ai/langflow
branch: main
plan: standard
healthCheckPath: /health_check
autoDeploy: false
envVars:
Expand Down

0 comments on commit 17337b4

Please sign in to comment.