···1+# Fly.io Spindle Template
2+This is a [spindle](https://tangled.org/tangled.org/core/blob/master/docs/spindle/pipeline.md) runner hosted on Fly.io. It's automatically configured to scale to zero when it's not in use, so cost is minimal. The primary trade-off is that it takes slightly longer to wake up.
+20
fly.toml
···00000000000000000000
···1+# fly.toml app configuration file generated for fly-spindle-example on 2025-11-28T11:33:15-05:00
2+#
3+# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4+#
5+6+app = 'fly-spindle-example'
7+primary_region = 'iad'
8+9+[build]
10+11+[http_service]
12+ internal_port = 6555
13+ force_https = true
14+ auto_stop_machines = 'stop'
15+ auto_start_machines = true
16+ min_machines_running = 0
17+ processes = ['app']
18+19+[[vm]]
20+ size = 'shared-cpu-1x'