turbaszek commented on a change in pull request #50:
URL: https://github.com/apache/kibble/pull/50#discussion_r508699630
##########
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:
> Sounds like ElasticSearch isn't running...
That's why there is this `sleep`... it's a hack but usually worked. I can
figure a better health check (this is tricky in docker compose) or we can
increase this value for time being
----------------------------------------------------------------
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]