Skip to content

Commit

Permalink
mem
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed May 15, 2024
1 parent 2e7daa7 commit 6f675b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,14 @@ jobs:
xpack.security.enabled: false
opensearch2:
image: opensearchproject/opensearch:2.13.0
ports:
- 9200:9200
- 9600:9600
env:
discovery.type: single-node
plugins.security.disabled: true
bootstrap.memory_lock: true
OPENSEARCH_JAVA_OPTS: ${OPENSEARCH_JAVA_OPTS}
OPENSEARCH_INITIAL_ADMIN_PASSWORD: temba

steps:
Expand Down

0 comments on commit 6f675b6

Please sign in to comment.