Standard Protocol - Validator Guide
Opportunity App
Opportunity Telemetry
Search…
Introduction
Support
Development Roadmap
Opportunity Validator Setup
Standalone Binary
Ansible Role
Docker
Docker Compose
Unorthodox Collator Setup
Standalone Binary
Testnet Staking Guide
Installing Polkadot JS wallet extension
Polkadot JS Wallet Setup
Connecting Polkadot JS with Standard Protocol Network
Using Testnet Token Faucet
Bonding OPT token
Validator Maintenance
Overview
Upgrade
Prometheus
Logging
Alerting
Provider Setup
Oracle Binary
Opportunity Testnet Telemetry
Standard Github Repository
Standard Website
DockerHub images
Ansible Substrate Deployer Role
Powered By
GitBook
Docker Compose
Instruction on how to run Standard Validator with Docker Compose.
Published Docker images are available from the
standardtech
organization repository.
Docker installation instructions are available
here
.
Github Actions pipeline for Docker images can be found
here
.
Run
Use published image
Docker compose script is available in Standard Substrate repository
here
.
Run docker-compose script
Commands
Makefile
# replace #NAME with custom name of your validator
NAME=#NAME docker-compose -f standard-substrate/Docker/docker-compose.yml up --detached
NAME='validator' make docker-compose-run
Build image
Run docker-compose script
Commands
Makefile
# replace #NAME with custom name of your validator
NAME=#NAME docker-compose -f standard-substrate/Docker/docker-compose.yml up --detached
NAME='validator' make docker-compose-build-run
Opportunity Validator Setup - Previous
Docker
Next - Unorthodox Collator Setup
Standalone Binary
Last modified
11mo ago
Copy link
Outline
Run
Use published image
Build image