kibble-1
kibble-1 copied to clipboard
Create docker-compose for Apache Kibble
To have Apache Kibble up and running users are required to have more than Python code. Additional requirements are:
- Elasticsearch instance
- Webserver
It seems feasible to create docker-compose that will allow users to start Kibble just by running docker-compose up
. This should also help to unify development environment.
Sounds good @turbaszek ! I have had problems getting Kibble installed properly so having something simple that could make very easy is always helpful.
I will give it a try over the weekend 👌 Can you please assign me?