docker env; add rules for worker concurrency
We need to be able to set number of concurrency of workers from an env.
For the moment, workers use the number of cpu threads as limit. We can set it by modifying entrypoint (--concurrency value). The value should be taken from env.