about summary refs log tree commit diff stats
path: root/fly.toml
diff options
context:
space:
mode:
Diffstat (limited to 'fly.toml')
-rw-r--r--fly.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/fly.toml b/fly.toml
index f0947d6..5f89c2a 100644
--- a/fly.toml
+++ b/fly.toml
@@ -47,3 +47,8 @@ primary_region = "ams"
 
 [[restart]]
   policy = "always"
+
+[mounts]
+  source = "data"
+  destination = "/data"
+  initial_size = "1gb"