Update docker-compose to use druid 24.0.1 (#13623)

This commit is contained in:
Varachit W 2023-01-04 20:16:40 +07:00 committed by GitHub
parent 365474ff1d
commit 7a7874a952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 6 deletions

View File

@ -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