From 468f01dc50a88477eb90feaf4f8fc74bf2e66187 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 24 May 2024 17:38:19 -0400 Subject: fly/xesite: define volume size Signed-off-by: Xe Iaso --- fly/xesite/fly.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fly') diff --git a/fly/xesite/fly.toml b/fly/xesite/fly.toml index c016d4a..3911b5b 100644 --- a/fly/xesite/fly.toml +++ b/fly/xesite/fly.toml @@ -8,6 +8,10 @@ kill_timeout = 5 [mounts] source = "data" destination = "/data" +initial_size = "4GB" +auto_extend_size_threshold = 80 +auto_extend_size_increment = "1GB" +auto_extend_size_limit = "10GB" [build] image = "ghcr.io/xe/site/bin:latest" -- cgit v1.2.3