This is an automated email from the ASF dual-hosted git repository.

davidlim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new b2867c9  web console added to docker-compose (#8117)
b2867c9 is described below

commit b2867c9d0631cedc16f63d75be501c0da2a8800b
Author: ilhanadiyaman <[email protected]>
AuthorDate: Mon Jul 22 20:40:05 2019 +0200

    web console added to docker-compose (#8117)
---
 distribution/docker/docker-compose.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/distribution/docker/docker-compose.yml 
b/distribution/docker/docker-compose.yml
index 0b96241..891d383 100644
--- a/distribution/docker/docker-compose.yml
+++ b/distribution/docker/docker-compose.yml
@@ -25,6 +25,7 @@ volumes:
   broker_var: {}
   coordinator_var: {}
   overlord_var: {}
+  router_var: {}
 
 services:
   postgres:
@@ -122,3 +123,18 @@ services:
     env_file:
       - environment
 
+  router:
+    image: druid
+    container_name: router
+    volumes:
+      - router_var:/opt/druid/var
+    depends_on:
+      - zookeeper
+      - postgres
+      - coordinator
+    ports:
+      - "4008:8888"
+    command:
+      - router
+    env_file:
+      - environment


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to