Skip to content

Commit

Permalink
Fixed OpenSearch env(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
faradey committed Apr 11, 2024
1 parent 92200fe commit 512e18d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
10 changes: 4 additions & 6 deletions docker/custom/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,10 @@ services:
soft: 65536
hard: 65536
environment:
- discovery.type=single-node
- "plugins.security.disabled=true"
- "DISABLE_SECURITY_PLUGIN=true"
- "ES_JAVA_OPTS=-Xms800m -Xmx800m"
- "cluster.routing.allocation.disk.threshold_enabled=false"
- "index.blocks.read_only_allow_delete"
OPENSEARCH_DISCOVERY_TYPE: 'single-node'
DISABLE_INSTALL_DEMO_CONFIG: 'true'
DISABLE_SECURITY_PLUGIN: 'true'
ES_JAVA_OPTS: '-Xms800m -Xmx800m'
volumes:
- opensearch_vlm_{{{search/opensearch/version}}}:/usr/share/opensearch/data
<<<endif>>>
Expand Down
10 changes: 4 additions & 6 deletions docker/magento2/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,10 @@ services:
soft: 65536
hard: 65536
environment:
- discovery.type=single-node
- "plugins.security.disabled=true"
- "DISABLE_SECURITY_PLUGIN=true"
- "ES_JAVA_OPTS=-Xms800m -Xmx800m"
- "cluster.routing.allocation.disk.threshold_enabled=false"
- "index.blocks.read_only_allow_delete"
OPENSEARCH_DISCOVERY_TYPE: 'single-node'
DISABLE_INSTALL_DEMO_CONFIG: 'true'
DISABLE_SECURITY_PLUGIN: 'true'
ES_JAVA_OPTS: '-Xms800m -Xmx800m'
volumes:
- opensearch_vlm_{{{search/opensearch/version}}}:/usr/share/opensearch/data
<<<endif>>>
Expand Down

0 comments on commit 512e18d

Please sign in to comment.