|
@@ -26,10 +26,10 @@ services:
|
|
|
# cloned from https://github.com/weseek/growi-docker-compose.git
|
|
# cloned from https://github.com/weseek/growi-docker-compose.git
|
|
|
elasticsearch:
|
|
elasticsearch:
|
|
|
build:
|
|
build:
|
|
|
- context: ../../growi-docker-compose/elasticsearch/v8
|
|
|
|
|
|
|
+ context: ../../growi-docker-compose/elasticsearch/v9
|
|
|
dockerfile: ./Dockerfile
|
|
dockerfile: ./Dockerfile
|
|
|
args:
|
|
args:
|
|
|
- - version=8.7.0
|
|
|
|
|
|
|
+ - version=9.0.3
|
|
|
restart: unless-stopped
|
|
restart: unless-stopped
|
|
|
ports:
|
|
ports:
|
|
|
- 9200
|
|
- 9200
|
|
@@ -43,7 +43,7 @@ services:
|
|
|
hard: -1
|
|
hard: -1
|
|
|
volumes:
|
|
volumes:
|
|
|
- /usr/share/elasticsearch/data
|
|
- /usr/share/elasticsearch/data
|
|
|
- - ../../growi-docker-compose/elasticsearch/v8/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
|
|
|
|
|
|
|
+ - ../../growi-docker-compose/elasticsearch/v9/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
|
|
|
|
|
|
|
|
volumes:
|
|
volumes:
|
|
|
pnpm-store:
|
|
pnpm-store:
|