fix: update render.yaml to being compatible with langflow 1.0 (#3071)

This commit is contained in:
Nicolò Boschi 2024-07-30 15:22:03 +02:00 committed by GitHub
commit fc73e2c448
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,18 @@ services:
dockerfilePath: ./docker/render.Dockerfile
repo: https://github.com/langflow-ai/langflow
branch: main
healthCheckPath: /health
healthCheckPath: /health_check
autoDeploy: false
envVars:
- key: LANGFLOW_DATABASE_URL
value: sqlite:////home/user/.cache/langflow/langflow.db
value: sqlite:////app/data/.cache/langflow/langflow.db
- key: LANGFLOW_HOST
value: 0.0.0.0
- key: LANGFLOW_PORT
# default render port https://docs.render.com/web-services#port-binding
value: 10000
- key: LANGFLOW_LOG_LEVEL
value: INFO
disk:
name: langflow-data
mountPath: /home/user/.cache/langflow
mountPath: /app/data