Files
winning-wallet-finder_github/fly.surgebot.toml
T
jaxperro 1bfc91dd6a surgebot: read-only /feed endpoint for the /surge dashboard
CORS-open GET /feed serving the paper book (equity, counters, open,
settled, skips, informed-set meta) — paper data only, nothing mutable.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-21 15:29:12 -04:00

29 lines
746 B
TOML

# wwf-surgebot — Study A surge-momentum PAPER harness (research silo).
# No keys, no orders, no repo clone: code baked in image (recorder pattern).
# Believing its numbers is gated on the #16 forward verdict; see the
# sprint-plan issue. State on the volume; the Mac nightly pulls + grades.
app = "wwf-surgebot"
primary_region = "arn"
[build]
dockerfile = "research/surgebot.Dockerfile"
[[mounts]]
source = "surge"
destination = "/data"
# read-only paper feed for jaxperro.com/surge (GET /feed, CORS-open)
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = false
auto_start_machines = true
min_machines_running = 1
[[restart]]
policy = "always"
[[vm]]
size = "shared-cpu-1x"
memory = "256mb"