Use one image for all the Druid services
This commit is contained in:
@@ -200,7 +200,9 @@ services:
|
||||
retries: 45
|
||||
|
||||
coordinator:
|
||||
image: apache/druid:0.23.0
|
||||
#image: apache/druid:0.23.0
|
||||
image: pathogen/druid:0.23.0
|
||||
build: ./druid
|
||||
container_name: coordinator
|
||||
volumes:
|
||||
- /block/store/druid_shared:/opt/shared
|
||||
@@ -216,7 +218,9 @@ services:
|
||||
- environment
|
||||
|
||||
broker:
|
||||
image: apache/druid:0.23.0
|
||||
#image: apache/druid:0.23.0
|
||||
image: pathogen/druid:0.23.0
|
||||
build: ./druid
|
||||
container_name: broker
|
||||
volumes:
|
||||
- /block/store/broker_var:/opt/druid/var
|
||||
@@ -232,7 +236,9 @@ services:
|
||||
- environment
|
||||
|
||||
historical:
|
||||
image: apache/druid:0.23.0
|
||||
#image: apache/druid:0.23.0
|
||||
image: pathogen/druid:0.23.0
|
||||
build: ./druid
|
||||
container_name: historical
|
||||
volumes:
|
||||
- /block/store/druid_shared:/opt/shared
|
||||
@@ -249,7 +255,9 @@ services:
|
||||
- environment
|
||||
|
||||
middlemanager:
|
||||
image: apache/druid:0.23.0
|
||||
#image: apache/druid:0.23.0
|
||||
image: pathogen/druid:0.23.0
|
||||
build: ./druid
|
||||
container_name: middlemanager
|
||||
volumes:
|
||||
- /block/store/druid_shared:/opt/shared
|
||||
@@ -267,7 +275,9 @@ services:
|
||||
- environment
|
||||
|
||||
router:
|
||||
image: apache/druid:0.23.0
|
||||
#image: apache/druid:0.23.0
|
||||
image: pathogen/druid:0.23.0
|
||||
build: ./druid
|
||||
container_name: router
|
||||
volumes:
|
||||
- /block/store/router_var:/opt/druid/var
|
||||
|
||||
Reference in New Issue
Block a user