langflow/render.yaml
Gabriel Luiz Freitas Almeida 75a5ec1160 🔀 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
2023-07-08 16:11:25 -03:00

11 lines
262 B
YAML

services:
# A Docker web service
- type: web
name: langflow
runtime: docker
instanceType: free
dockerfilePath: ./Dockerfile
repo: https://github.com/logspace-ai/langflow
branch: main
healthCheckPath: /health
autoDeploy: false