Packaging & Containers
OPRELAY ships as a single container image — server and dashboard bundled together.
Container image
| Dockerfile | Purpose |
|---|---|
Dockerfile | Multi-stage build: compiles dashboard + server into one node:22-alpine image |
Running with Docker Compose
docker compose -f docker-compose.core.yml up -d
Single container serves the MCP server, API, and dashboard on port 3100.
What's included
OPRELAY ships with the full feature set: MCP server, schema, dashboard, 17 tools, multi-user auth, and coordination primitives.
Additional capabilities coming soon.