Standardized Cosmos ecosystem Docker images supporting the omnibus branch of tm-db
Please note that if you are using the omnibus branch of tm-db, YOU SHOULD NOT USE IT ON A VALIDATOR.
These images are designed to boost RPC and relay capacity througout the cosmos ecosystem.
They won't work with rocksdb in the master tm-db branch.
These images contain genesis.json located at /genesis.json
Where I could find it I have also included an address book. Make a docker swarm on a machine with an nvme 1.4+ pcie4.0+ SSD. Then simply:
docker service create --publish published=25557,target=26657 --publish published=1317,target=1317 --publish published=9090,target=9090 --publish published=8545,target=8545 --publish published=8546,target=8546--replicas 5 --name evmos ghcr.io/faddat/evmos
This repo doesn't deal with atomation. For automation, including build of binaries, head to