We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181e0a7 commit e86b891Copy full SHA for e86b891
production/docker-compose-01-base-services.yml
@@ -105,7 +105,7 @@ services:
105
- 15672:15672
106
107
elastic:
108
- image: elasticsearch:8.4.1
+ image: elasticsearch:8.16.0
109
hostname: elastic
110
environment:
111
- discovery.type=single-node
@@ -125,3 +125,8 @@ services:
125
- /srv/workspace-data/elastic-data:/usr/share/elasticsearch/data:delegated
126
ports:
127
- 9200:9200
128
+ command: >
129
+ /bin/sh -c "
130
+ ./bin/elasticsearch-plugin remove nyingarn-phonetic-search;
131
+ ./bin/elasticsearch-plugin install https://github.com/r-tae/nyingarn-phonetic-search/releases/download/v1.0.0/nyingarn-phonetic-search-1.0-SNAPSHOT.zip;
132
+ /usr/local/bin/docker-entrypoint.sh"
0 commit comments