🔀 chore(render.yaml): update langflow service branch from 'form_io' to 'main' for consistency with the repository's default branch

🔀 chore(render.yaml): add 'instanceType: free' to langflow service configuration to specify the instance type as free
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-08 16:11:25 -03:00
commit 75a5ec1160

View file

@ -3,8 +3,9 @@ services:
- type: web
name: langflow
runtime: docker
instanceType: free
dockerfilePath: ./Dockerfile
repo: https://github.com/logspace-ai/langflow
branch: form_io
branch: main
healthCheckPath: /health
autoDeploy: false