Development Environment
devenv (Nix) is the substrate; devenv.nix stays a pure service
declaration (operational logic lives in the justfile).
| Service/process | Port(s) | Notes |
|---|---|---|
| postgres 16 | 5566 | pgvector; DB synth; lattice: cyberphy 5438 · gaius 5444 · signals 5455 · atelier 5533 · aegir 5555 |
| qdrant (process) | 6365 http / 6366 grpc | readiness probe on /healthz; house norm is a process, not a service |
| rustfs | 9000/9001 (allocated) | MinIO replacement; always read RUSTFS_ADDRESS etc. at runtime — devenv allocates the real ports |
First devenv shell builds RustFS from source (flake input
github:rustfs/rustfs) — a one-time cost unless the store already has it.
Secrets: declared in secretspec.toml, provided per environment
(devenv.yaml defaults to the dotenv provider; SOPS/age for committed
encrypted files under config/secrets/).