Use one image for all the Druid services

This commit is contained in:
2022-10-04 21:30:17 +01:00
parent f24819e4bd
commit 29e6a64ecd
4 changed files with 142 additions and 82 deletions

View File

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