Skip to content

Commit

Permalink
Upgrade ELK stack
Browse files Browse the repository at this point in the history
  • Loading branch information
marshyski committed May 3, 2024
1 parent dd9854a commit 3705b45
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ services:
opensearch:
container_name: opensearch
environment:
cluster.name: opensearch-paradrop-cluster
node.name: opensearch-node1
bootstrap.memory_lock: true
discovery.type: single-node
http.cors.enabled: "false"
http.compression: "false"
network.host: 0.0.0.0
OPENSEARCH_INITIAL_ADMIN_PASSWORD: "dtYe2cKY2YtyBEJ49a"
# OPENSEARCH_JAVA_OPTS: "-Xms4g -Xmx12g"
# OPENSEARCH_INITIAL_ADMIN_PASSWORD: "dtYe2cKY2YtyBEJ49a"
image: opensearchproject/opensearch:2.11.1
image: opensearchproject/opensearch:2.13.0
networks:
- paradrop
ports:
Expand All @@ -24,7 +27,7 @@ services:
condition: service_started
environment:
SERVER_HOST: 0.0.0.0
image: opensearchproject/opensearch-dashboards:2.11.1
image: opensearchproject/opensearch-dashboards:2.13.0
networks:
- paradrop
ports:
Expand Down

0 comments on commit 3705b45

Please sign in to comment.