aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fly/xesite/fly.toml4
1 files changed, 4 insertions, 0 deletions
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"