Managed runtimes¶
Configs for the three managed runtimes ship at the repo root:
| Runtime | Config file | When |
|---|---|---|
| Fly.io | fly.toml |
You want the same machine close to your users |
| Render | render.yaml |
You want a one-click deploy with managed Postgres |
| Cloud Run | deploy/cloudrun.yaml |
You're already on GCP |
All three wrap the same ghcr.io/synaptixs/ontomesh:3.9.0 image and configure /live + /ready probes correctly.
The full guide is at deploy/README.md.