Docker Setup
Profiles
Start specific service groups:
bash
make infra-up # base-infrastructure
make web3-up # tw-web3-stack
make web3-rpc-up # tw-web3-infra-stack
make mystic-up # mystic-app-stack
make pot-o-up # PoT-O validator only
make docs-up # docs site onlyService Map
See the main docker-compose.yml for all service definitions. Key ports:
| Port | Service |
|---|---|
| 80/443 | nginx-proxy |
| 8545 | EVM testnet |
| 8899 | Solana testnet |
| 8900 | PoT-O validator |
| 8880-8884 | Web apps |
| 3099 | Status API |