Files
langflow/render.yaml
2023-07-08 16:12:52 -03:00

12 lines
254 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