The client is ran using two
docker compose
files.
MAIN_ADDRESS
is specified as an ENV variable
MAIN_ADDRESS=... docker compose up -d
spotters.yaml
provides an easy way to launch the different spotters with different redundancy parameters, each module is parametrable with it's three first leters (jumping over spot
)
rss=2 docker compose up -d
Will launch two rss instances.
- There is no orchestration mechanism when you launch your spotters this way.
- They will be staticly launched and the module distribution usage is 100% under your control.