diff options
author | Alan Pearce | 2024-06-25 14:13:49 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-25 14:13:49 +0200 |
commit | 571a8852f0be055dc302cd968ca2e089b6cae105 (patch) | |
tree | 86e3a9fdfa7073ed0304f78b9d3c77f6ec24311a | |
parent | 27cf354a0e5d5b25aba64cc58406c821f2cecfca (diff) | |
download | website-571a8852f0be055dc302cd968ca2e089b6cae105.tar.lz website-571a8852f0be055dc302cd968ca2e089b6cae105.tar.zst website-571a8852f0be055dc302cd968ca2e089b6cae105.zip |
mount volume at /data
-rw-r--r-- | fly.toml | 5 |
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" |