Deployment guides for the Rust Verus RPC Server.
Production deployment guide including Docker containerization, environment configuration, and reverse proxy setup.
Guide for deploying behind reverse proxies like Nginx or Apache. Includes configuration examples and SSL termination.
Redis configuration guide for caching and session management.
Guide for deploying the token issuance service separately from the main RPC server.
The Rust Verus RPC Server supports multiple deployment strategies:
- Docker: Containerized deployment with Docker
- Binary: Direct binary deployment
- Reverse Proxy: Nginx/Apache integration
- Cloud: Cloud platform deployment guides
- Getting Started: See ../getting-started.md for quick setup
- Architecture: See ../architecture/ for system design
- Security: See ../security/ for security considerations
- Monitoring: See ../monitoring/ for production monitoring
- Development: ../development/ - Development environment setup
- Configuration: ../development/configuration-reference.md - Deployment configuration