recorder: RTDS tape silo — hour-rotated gzip segments on a Fly volume
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# wwf-recorder — RTDS tape (recorder/recorder.py). Own app + volume so bot
|
||||
# deploys never gap the tape. No http_service (gotcha 15).
|
||||
app = "wwf-recorder"
|
||||
primary_region = "arn"
|
||||
|
||||
[build]
|
||||
dockerfile = "recorder/fly.Dockerfile"
|
||||
|
||||
[[mounts]]
|
||||
source = "tape"
|
||||
destination = "/data"
|
||||
|
||||
[[restart]]
|
||||
policy = "always"
|
||||
|
||||
[[vm]]
|
||||
size = "shared-cpu-1x"
|
||||
memory = "256mb"
|
||||
Reference in New Issue
Block a user