[eric] runner: per-app VM image boots a published bundle from storage and serves backend + frontend from one process (ENG-293)

This commit is contained in:
ciregenz
2026-08-17 13:55:52 -07:00
parent 95f99d8b30
commit b91c7514d7
6 changed files with 151 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Runner pool app: one MACHINE per published backend app, created by openswarm-cloud via the
# Machines API; this toml exists for the initial `fly deploy` that builds/pushes the image and
# for staging smoke. Machines are addressed by fly-force-instance-id from the edge.
app = "openswarm-apprunner"
primary_region = "sjc"
[build]
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = "stop"
auto_start_machines = true
min_machines_running = 0
[[vm]]
size = "shared-cpu-1x"
memory = "256mb"