Skip to content

Commit

Permalink
Merge pull request #2145 from Nagarei/doc/add-option
Browse files Browse the repository at this point in the history
doc: add elasticsearch option
  • Loading branch information
logica0419 committed Dec 11, 2023
2 parents 72e9bba + ec786d4 commit e467f29
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -217,6 +219,8 @@ mariadb:

es:
url: http://es:9200
username: elastic
password: password

storage:
type: local
Expand Down Expand Up @@ -397,11 +401,12 @@ 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:
- discovery.type=single-node
- ELASTIC_PASSWORD=password
expose:
- "9200"
volumes:
Expand Down

0 comments on commit e467f29

Please sign in to comment.