Initial import of verae-fleet from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 15:00:08 -04:00
commit f13e2fbf68
42 changed files with 3086 additions and 0 deletions

11
services/nats.json Normal file
View file

@ -0,0 +1,11 @@
{
"id": "nats",
"title": "NATS JetStream (NS1 loopback)",
"kind": "external",
"package": null,
"managed": false,
"runtime": "nats-server -js on 127.0.0.1:4222",
"health": { "type": "tcp", "host": "127.0.0.1", "port": 4222, "timeoutMs": 400 },
"nats": { "in": [], "out": [] },
"notes": "Do not bind 0.0.0.0. Zapier never connects here. Fleet monitors only; does not spawn nats-server."
}