Can someone help me out with an example of how to set up multiple runners easily?
I know docker-composer has a parameter scale that can be used to create multiple & identical runners.
My main concern is that the RUNNER_WORKDIR must be unique for each runner, so it needs to take into consideration the scale parameter, or the runner should just create subdirs in the RUNNER_WORKDIR based on the container name?
Or, is there an easier solution?
Thanks in advance
Can someone help me out with an example of how to set up multiple runners easily?
I know docker-composer has a parameter
scalethat can be used to create multiple & identical runners.My main concern is that the
RUNNER_WORKDIRmust be unique for each runner, so it needs to take into consideration thescaleparameter, or the runner should just create subdirs in theRUNNER_WORKDIRbased on the container name?Or, is there an easier solution?
Thanks in advance