How to Deploy Silent Network
Clone the repository https://github.com/silence-laboratories/silent-network-deploy
That contains the scripts for different kinds of deployment
Google Confidential Space with Terraform
The Nodes will run in Google Confidential Space TEE, we use Terraform to make the process of deployment smooth.
The instructions are tightly coupled to the deployment steps, follow the README.md
In silent-network-deploy repository.
Local docker-compose
Fetch the images from the registry, set the IMG_URI:
export IMG_URI=ghcr.io/silence-laboratories/el-services/
Select which version of network you want to run, without user authentication:
export IMG_TAG=v2.0.0-no-auth
With user authentication
export IMG_TAG=v2.0.0-auth
Then start the compose file:
# In silent-network-deploy directory:
docker compose -f ./local/docker-compose.yaml up