langflow/render.yaml
Gabriel Luiz Freitas Almeida cc62a1f665
Update repository URLs to use langflow-ai instead of logspace-ai (#1642)
* Update repository URLs to use langflow-ai instead of logspace-ai

* Update chat-widget.mdx to remove unnecessary imports and dependencies
2024-04-08 15:36:37 -03:00

16 lines
431 B
YAML

services:
# A Docker web service
- type: web
name: langflow
runtime: docker
dockerfilePath: ./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
disk:
name: langflow-data
mountPath: /home/user/.cache/langflow