We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545368a commit de03991Copy full SHA for de03991
docker-compose.test.yml
@@ -28,6 +28,8 @@ services:
28
- NEWARA_ELASTICSEARCH_HOST=elastic
29
- NEWARA_ELASTICSEARCH_PORT=9200
30
entrypoint: /newara/www/.docker/run.sh
31
+ volumes:
32
+ - synonym:/newara/www/ara/db/elasticsearch
33
34
celery:
35
image: newara
@@ -80,3 +82,8 @@ services:
80
82
command: >
81
83
bash -c "bin/elasticsearch-plugin list | grep -q analysis-nori || bin/elasticsearch-plugin install --batch analysis-nori
84
&& /usr/local/bin/docker-entrypoint.sh"
85
86
+ - synonym:/usr/share/elasticsearch/config/analysis
87
+
88
+volumes:
89
+ synonym:
0 commit comments