Include dejavu in docker compose (#14329)

* Include dejavu in docker compose
Этот коммит содержится в:
Mario de Frutos Dieguez
2020-04-21 20:48:04 +02:00
коммит произвёл GitHub
родитель f77ad4992b
Коммит 9783294e97
3 изменённых файлов: 19 добавлений и 0 удалений

Просмотреть файл

@@ -53,5 +53,10 @@ services:
- mm-test
environment:
http.host: "0.0.0.0"
http.port: 9200
http.cors.enabled: "true"
http.cors.allow-origin: "http://localhost:1358,http://127.0.0.1:1358"
http.cors.allow-headers: "X-Requested-With,X-Auth-Token,Content-Type,Content-Length,Authorization"
http.cors.allow-credentials: "true"
transport.host: "127.0.0.1"
ES_JAVA_OPTS: "-Xms512m -Xmx512m"