This is the configuration file used by sorobanrpc.com for the quick deployment of the soroban-rpc service.
git clone https://github.com/lightsail-network/sorobanrpc-docker-compose.git
This is to allow mutual access between nodes during multi-node deployment.
If you don't have a private network, please check docker-compose.yml
and pay attention to the TODO
comments.
cp env_example .env
nano .env
make start
curl http://127.0.0.1:18779/health
You can use any reverse proxy server you like; I am using Caddy, and the configuration file is in caddy/Caddyfile. Please refer to the official documentation for how to use it.