Skip to content

Commit 619372a

Browse files
author
erangi-ar
committed
Add opensearch-data volume and remove opensearch-dashboards service from docker-compose
1 parent b5fccda commit 619372a

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

docker-compose-ec2.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,8 @@ volumes:
604604
name: vault-agent-creds
605605
vault-agent-token:
606606
name: vault-agent-token
607+
opensearch-data:
608+
name: opensearch-data
607609

608610
networks:
609611
bykstack:

docker-compose.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -577,18 +577,6 @@ services:
577577
networks:
578578
- bykstack
579579

580-
#Uncomment below container if you wish to debug progress bar sessions in opensearch dashboard
581-
opensearch-dashboards:
582-
image: opensearchproject/opensearch-dashboards:2.11.1
583-
container_name: opensearch-dashboards
584-
environment:
585-
- OPENSEARCH_HOSTS=http://opensearch-node:9200
586-
- DISABLE_SECURITY_DASHBOARDS_PLUGIN=true
587-
ports:
588-
- 5601:5601
589-
networks:
590-
- bykstack
591-
592580
volumes:
593581
loki-data:
594582
name: loki-data

0 commit comments

Comments
 (0)