Skip to content

Latest commit

History

History
38 lines (25 loc) 路 1.52 KB

File metadata and controls

38 lines (25 loc) 路 1.52 KB

Deployment Documentation

Deployment guides for the Rust Verus RPC Server.

馃摎 Available Documentation

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.

馃殌 Deployment Options

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

馃敆 Quick Navigation

馃摉 Related Documentation