Skip to content

Commit

Permalink
Adding opensearch dashboards.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Mar 12, 2024
1 parent 36a382b commit 0d9ee0a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,16 @@ services:
nofile:
soft: 65536
hard: 65536

os-dashboards:
image: opensearchproject/opensearch-dashboards:2.12.0
container_name: opensearch-dashboards
ports:
- 5601:5601
expose:
- 5601
environment:
OPENSEARCH_HOSTS: '["http://os01:9200"]'
DISABLE_SECURITY_DASHBOARDS_PLUGIN: "true"
depends_on:
- os01

0 comments on commit 0d9ee0a

Please sign in to comment.