mirror of
https://github.com/jaxperro/winning-wallet-finder.git
synced 2026-07-27 15:57:47 +00:00
1bfc91dd6a
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>
29 lines
746 B
TOML
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"
|