Skip to content

Commit

Permalink
doc: add elasticsearch option
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagarei committed Dec 11, 2023
1 parent a26a60d commit 048fcd4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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 @@ -402,6 +406,7 @@ services:
restart: always
environment:
- discovery.type=single-node
- ELASTIC_PASSWORD=password
expose:
- "9200"
volumes:
Expand Down

0 comments on commit 048fcd4

Please sign in to comment.