Services
Every running component in the local stack — apps, services, and infrastructure. Health-checked every 10s via /api/services/health (server-side, parallel ping to 19 targets).
Probing 19 endpoints…
Bring up the local stack
From the repo root:
pnpm stack:up # start postgres + redis + nats + minio + mailhog pnpm stack:down # stop pnpm stack:logs # follow logs pnpm stack:ps # show running containers # Then run the services + apps: pnpm dev # turbo: starts all 7 services + apps/web + apps/dashboard
See infrastructure/docker-compose.yml for the full port map and image tags.
Probing every 10s · 19 targets · server-side parallel ping