Merge "Add test monitoring module"
[bottlenecks.git] / docker / bottleneck-compose / docker-compose.yml
index 6dbf899..a0f3df4 100644 (file)
@@ -1,6 +1,7 @@
 elasticsearch:
   image: elasticsearch:2.4.0
   command: elasticsearch -Des.network.host=0.0.0.0
+  privileged: true
   ports:
     - "9200:9200"
     - "9300:9300"
@@ -9,6 +10,7 @@ kibana:
   build: kibana/
   volumes:
     - ./kibana/config/:/opt/kibana/config/
+  privileged: true
   ports:
     - "5601:5601"
   links:
@@ -33,6 +35,12 @@ bottlenecks:
   volumes:
     - /var/run/docker.sock:/var/run/docker.sock
     - /tmp/:/tmp/
+  privileged: true
   environment:
     - INSTALLER_IP=192.168.200.2
     - INSTALLER_TYPE=compass
+    - DEBUG=true
+    - NODE_NAME=${NODE_NAME}
+    - DEPLOY_SCENARIO=${DEPLOY_SCENARIO}
+    - BUILD_TAG=${BUILD_TAG}
+    - BRANCH=${BRANCH}