From 54776687f112d5741d0b1938479fc8d42eae2f3f Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 14 Sep 2023 15:38:45 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(render.yaml):=20add=20disk?= =?UTF-8?q?=20configuration=20for=20langflow-data=20to=20provide=20persist?= =?UTF-8?q?ent=20storage=20for=20langflow=20cache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- render.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/render.yaml b/render.yaml index e67da9334..69f9cbce9 100644 --- a/render.yaml +++ b/render.yaml @@ -9,3 +9,6 @@ services: branch: main healthCheckPath: /health autoDeploy: false + disk: + name: langflow-data + mountPath: /home/user/.cache/langflow