🔧 chore(render.yaml): add LANGFLOW_DATABASE_URL environment variable with sqlite database path to improve configuration
The LANGFLOW_DATABASE_URL environment variable is added with the value `sqlite:////home/user/.cache/langflow/langflow.db` to specify the path to the SQLite database file for the Langflow service. This improves the configuration by providing a specific location for the database file.
This commit is contained in:
parent
2a947e33a7
commit
502b520782
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ services:
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue