This is an automated email from the ASF dual-hosted git repository.
karan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 7a7874a952 Update docker-compose to use druid 24.0.1 (#13623)
7a7874a952 is described below
commit 7a7874a952bd5b1a39b08f1f33ce395cc1452286
Author: Varachit W <[email protected]>
AuthorDate: Wed Jan 4 20:16:40 2023 +0700
Update docker-compose to use druid 24.0.1 (#13623)
---
distribution/docker/docker-compose.yml | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/distribution/docker/docker-compose.yml
b/distribution/docker/docker-compose.yml
index ea9adcea0d..af7e47b3d4 100644
--- a/distribution/docker/docker-compose.yml
+++ b/distribution/docker/docker-compose.yml
@@ -32,6 +32,8 @@ services:
postgres:
container_name: postgres
image: postgres:latest
+ ports:
+ - "5432:5432"
volumes:
- metadata_data:/var/lib/postgresql/data
environment:
@@ -54,7 +56,7 @@ services:
volumes:
- druid_shared:/opt/shared
- coordinator_var:/opt/druid/var
- depends_on:
+ depends_on:
- zookeeper
- postgres
ports:
@@ -65,11 +67,11 @@ services:
- environment
broker:
- image: apache/druid:0.24.0
+ image: apache/druid:24.0.1
container_name: broker
volumes:
- broker_var:/opt/druid/var
- depends_on:
+ depends_on:
- zookeeper
- postgres
- coordinator
@@ -81,7 +83,7 @@ services:
- environment
historical:
- image: apache/druid:0.24.0
+ image: apache/druid:24.0.1
container_name: historical
volumes:
- druid_shared:/opt/shared
@@ -98,7 +100,7 @@ services:
- environment
middlemanager:
- image: apache/druid:0.24.0
+ image: apache/druid:24.0.1
container_name: middlemanager
volumes:
- druid_shared:/opt/shared
@@ -116,7 +118,7 @@ services:
- environment
router:
- image: apache/druid:0.24.0
+ image: apache/druid:24.0.1
container_name: router
volumes:
- router_var:/opt/druid/var
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]