macsync/.infra.yaml
Natalie 53c900b3ee chore(infra): add .infra.yaml (convention:infra_manifest) for infra-net reconcile
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-29 10:10:18 -04:00

11 lines
546 B
YAML

# Conforms to convention:infra_manifest (apiVersion infra/v1)
apiVersion: infra/v1
project: mac-sync
provider: digitalocean # the ingestion/query server; the Mac menu-bar client runs on fennel (single-tenant, OSX-bound)
service:
host: lime # mac-sync-server (Bun/Hono)
runtime: bun
port: 3201
systemd_unit: mac-sync-server
# macsync.* tables live on the shared managed cluster (schema-scoped); no own logical DB declared.
depends_on: [] # leaf — prospector/others depend on it (outbox, notes, calls)