chore(infra): add .infra.yaml (convention:infra_manifest) for infra-net reconcile
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
52e641c9a5
commit
53c900b3ee
1 changed files with 11 additions and 0 deletions
11
.infra.yaml
Normal file
11
.infra.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# 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)
|
||||
Loading…
Add table
Reference in a new issue