From 048fcd42a3103f012663353d2667bf1229e6932d Mon Sep 17 00:00:00 2001 From: Nagarei Date: Mon, 11 Dec 2023 10:24:25 +0900 Subject: [PATCH 1/2] doc: add elasticsearch option --- docs/deployment.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/deployment.md b/docs/deployment.md index e2831e09a..a9835f544 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -84,6 +84,8 @@ mariadb: # You must set this to enable the message search feature. es: url: http://es:9200 + username: elastic + password: password # Storage settings for uploaded files. storage: @@ -217,6 +219,8 @@ mariadb: es: url: http://es:9200 + username: elastic + password: password storage: type: local @@ -402,6 +406,7 @@ services: restart: always environment: - discovery.type=single-node + - ELASTIC_PASSWORD=password expose: - "9200" volumes: From ec786d4b475836d8f4bea777df7967e8c192254c Mon Sep 17 00:00:00 2001 From: Nagarei Date: Mon, 11 Dec 2023 10:27:40 +0900 Subject: [PATCH 2/2] doc: Update es-with-sudachi --- docs/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment.md b/docs/deployment.md index a9835f544..71ecc31d8 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -401,7 +401,7 @@ services: - db:/var/lib/mysql es: - image: ghcr.io/traptitech/es-with-sudachi:7.17.9-3.0.1 + image: ghcr.io/traptitech/es-with-sudachi:8.8.1-3.1.0 container_name: traq-es restart: always environment: