langflow/render.yaml
2024-07-01 13:53:55 -03:00

18 lines
495 B
YAML

services:
# A Docker web service
- type: web
name: langflow
runtime: docker
dockerfilePath: ./docker/render.Dockerfile
repo: https://github.com/langflow-ai/langflow
branch: main
healthCheckPath: /health
autoDeploy: false
envVars:
- key: LANGFLOW_DATABASE_URL
value: sqlite:////home/user/.cache/langflow/langflow.db
- key: LANGFLOW_HOST
value: 0.0.0.0
disk:
name: langflow-data
mountPath: /home/user/.cache/langflow