fix: update render.yaml to being compatible with langflow 1.0 (#3071)
This commit is contained in:
parent
c39540c7d8
commit
fc73e2c448
1 changed files with 8 additions and 3 deletions
11
render.yaml
11
render.yaml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue