langflow/render.yaml
Gabriel Luiz Freitas Almeida 2a947e33a7 🔧 chore(render.yaml): remove unnecessary 'plan' field from langflow service configuration
📝 docs(render.yaml): update langflow service configuration to remove 'plan' field for better clarity and consistency
2023-09-14 15:39:46 -03:00

13 lines
319 B
YAML

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