feat: persist served repos on a Fly volume
commit
c10ea9cfeat: persist served repos on a Fly volume
Mount a repos volume at /data so the bare repositories under
/data/repos survive machine restarts instead of living on the
ephemeral rootfs.
Assisted-by: Claude:claude-opus-4-8
Reviews
No reviews of this commit yet — record a verdict below.
Start a review
.config/fly.toml
@@ -12,6 +12,10 @@
[env]
PORT = '8080'
+[mounts]
+ source = 'odb'
+ destination = '/data'
+
[http_service]
internal_port = 8080
force_https = true