mirror of
https://github.com/jaxperro/winning-wallet-finder.git
synced 2026-07-27 15:57:47 +00:00
d4053ee2b9
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
28 lines
624 B
TOML
28 lines
624 B
TOML
# wwf-lagbot — T9 Stage-2 lead-lag PAPER harness (research silo).
|
|
# No keys, no orders, code baked in image. Verdict binds to its
|
|
# pre-registration issue; graded nightly on the Mac (grade_lag.py).
|
|
app = "wwf-lagbot"
|
|
primary_region = "arn"
|
|
|
|
[build]
|
|
dockerfile = "research/lagbot.Dockerfile"
|
|
|
|
[[mounts]]
|
|
source = "lag"
|
|
destination = "/data"
|
|
|
|
# read-only paper feed (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"
|