git-ents.gitmain
⌘K
foforge
commit c10ea9c
feat: 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

Joseph D. Carpinelli · 2 months ago

Reviews

No reviews of this commit yet — record a verdict below.

Start a review

verdict

.config/fly.toml @@ -12,6 +12,10 @@ [env] PORT = '8080' +[mounts] + source = 'odb' + destination = '/data' + [http_service] internal_port = 8080 force_https = true