Add deploy replicated configuration to import_consumer
We want to have multiple import_consumer instances on a single VM
instance. Therefore we use deploy
declaration from docker-compose file
v3, which allows us to specify the number of replicas which are created
when the configuration is applied.
Contrary to what official documentation says, it appears that
docker-compose up -d
command does not ignore the deploy:replicas
declaration.
https://docs.docker.com/compose/compose-file/compose-file-v3/#replicas