Open rahulsingh303 opened 6 years ago
I am very new to druid, so feel free to correct me if I'm wrong.
But you'll probably need to split the current dockerfile into multiple dockerfiles, create images for each and then use docker-compose or whatever instrumentation you use to scale.
Take hints from the supervisord.conf
to start services on each container
Let me know, how it works out.
@rahulsingh303 You might also want to take a look at #21
How can we split the services to individual containers . We need to scale certain services like historical and broker . Any guidelines will be helpful.
-Rahul