From c1c8ea090fb5d7efe70cf257d85b01c877d16863 Mon Sep 17 00:00:00 2001 From: Andrew <84722778+andrew-jameson@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:27:15 -0400 Subject: [PATCH] Update manifest.buildpack.yml --- tdrs-backend/manifest.buildpack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdrs-backend/manifest.buildpack.yml b/tdrs-backend/manifest.buildpack.yml index fc9d1460c..8fad2a326 100755 --- a/tdrs-backend/manifest.buildpack.yml +++ b/tdrs-backend/manifest.buildpack.yml @@ -3,7 +3,7 @@ applications: - name: tdp-backend memory: 2G instances: 1 - disk_quota: 2G + disk_quota: 4G env: REDIS_URI: redis://localhost:6379 buildpacks: