langflow/render.yaml

14 lines
334 B
YAML

services:
# A Docker web service
- type: web
name: langflow
runtime: docker
plan: free
dockerfilePath: ./Dockerfile
repo: https://github.com/logspace-ai/langflow
branch: main
healthCheckPath: /health
autoDeploy: false
disk:
name: langflow-data
mountPath: /home/user/.cache/langflow