Commit 07a24b4
authored
Add Docker support and deployment capabilities
Introduces comprehensive containerization support with multi-stage Docker
builds, nginx reverse proxy configuration, and automated GHCR publishing.
Key changes:
- Multi-stage Dockerfile with optimized production builds running as
non-root user
- nginx reverse proxy with TLS termination and bearer token authentication
- Automated GHCR publishing workflow triggered by release tags
- Docker Compose profiles for development and production scenarios
- CI testing for all three MCP transport modes (stdio, SSE, streamable-http)
- Security hardening with rate limiting, HTTP security headers, and
capability dropping
- Comprehensive Docker and production deployment documentation
(DOCKER.md, PRODUCTION_SETUP.md)
The implementation enables secure production deployments while maintaining
backward compatibility with existing deployment methods.
Version bumped to 0.5.1.1 parent 154d9fc commit 07a24b4
File tree
17 files changed
+2043
-3
lines changed- .github/workflows
- deploy
- nginx
- src/purple_mcp
17 files changed
+2043
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
0 commit comments