Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
fix: launch opensearch container without SSL
Browse files Browse the repository at this point in the history
Leaving security on in devstack results in openseach freaking out as
it fails to get its TLS running. With this change OS is running
and usable.
  • Loading branch information
ashultz0 committed Dec 7, 2023
1 parent 52e885f commit 3a1c07f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ services:
- discovery.type=single-node
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- "plugins.security.disabled=true"

firefox:
container_name: "edx.${COMPOSE_PROJECT_NAME:-devstack}.firefox"
Expand Down

0 comments on commit 3a1c07f

Please sign in to comment.