···11+# Fly.io Spindle Template
22+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
···11+# fly.toml app configuration file generated for fly-spindle-example on 2025-11-28T11:33:15-05:00
22+#
33+# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
44+#
55+66+app = 'fly-spindle-example'
77+primary_region = 'iad'
88+99+[build]
1010+1111+[http_service]
1212+ internal_port = 6555
1313+ force_https = true
1414+ auto_stop_machines = 'stop'
1515+ auto_start_machines = true
1616+ min_machines_running = 0
1717+ processes = ['app']
1818+1919+[[vm]]
2020+ size = 'shared-cpu-1x'