File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff 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
608610networks :
609611 bykstack :
Original file line number Diff line number Diff 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-
592580volumes :
593581 loki-data :
594582 name : loki-data
You can’t perform that action at this time.
0 commit comments