## Description Allocated ports tracked in-memory in `src/server/ports/allocate.ts`. ## Impact On server restart, ports may be re-allocated causing conflicts with running containers. ## Fix Persist allocated ports to database. ## File src/server/ports/allocate.ts