turbaszek commented on a change in pull request #50:
URL: https://github.com/apache/kibble/pull/50#discussion_r508700088



##########
File path: docker-compose-dev.yaml
##########
@@ -0,0 +1,62 @@
+version: '3'
+
+services:
+  # Helper service to setup the Apache Kibble es node
+  setup:
+    image: &img apache/kibble
+    build:
+      context: .
+      dockerfile: Dockerfile.dev
+    command: bash -c "sleep 25 && python setup/setup.py -e elasticsearch -a -k"

Review comment:
       Or I can add some loop in python code to retry it few times




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to