From 5c1393c2762815a1dd5bc08a4c7251091875b76d Mon Sep 17 00:00:00 2001 From: Roland Bewick Date: Tue, 8 Oct 2024 01:33:05 +0700 Subject: [PATCH] chore: add volume to fly config --- fly.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fly.toml b/fly.toml index b9d1857..9c55f0c 100644 --- a/fly.toml +++ b/fly.toml @@ -31,3 +31,11 @@ primary_region = 'lax' memory = '1gb' cpu_kind = 'shared' cpus = 1 + +[[mounts]] + source = 'app' + destination = '/app' + initial_size = '1' + auto_extend_size_threshold = 80 + auto_extend_size_increment = "1GB" + auto_extend_size_limit = "5GB" \ No newline at end of file