Skip to content

Commit

Permalink
docker/docker-compose.yml.j2: add ELASTICSEARCH_INDEX_NAME_PREFIX: mc…
Browse files Browse the repository at this point in the history
…_search
  • Loading branch information
Phil Budne committed Mar 20, 2024
1 parent e895e1e commit b461e30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ services:
environment:
<<: *news-search-environment-vars
DESCRIPTION: "Descriptive text here"
ELASTICSEARCH_INDEX_NAME_PREFIX: mc_search
ESHOSTS: {{elasticsearch_hosts}}
ESOPTS: '{"timeout": 60, "max_retries": 3}' # 'timeout' parameter is deprecated
TERMAGGRS: top,significant,rare
Expand Down

0 comments on commit b461e30

Please sign in to comment.