🔀 chore(render.yaml): add 'instanceType: free' to langflow service configuration to specify the instance type as free
11 lines
262 B
YAML
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
|