about summary refs log tree commit diff stats
path: root/fly.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-06-25 14:13:49 +0200
committerAlan Pearce2024-06-25 14:13:49 +0200
commit571a8852f0be055dc302cd968ca2e089b6cae105 (patch)
tree86e3a9fdfa7073ed0304f78b9d3c77f6ec24311a /fly.toml
parent27cf354a0e5d5b25aba64cc58406c821f2cecfca (diff)
downloadwebsite-571a8852f0be055dc302cd968ca2e089b6cae105.tar.lz
website-571a8852f0be055dc302cd968ca2e089b6cae105.tar.zst
website-571a8852f0be055dc302cd968ca2e089b6cae105.zip
mount volume at /data
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"