File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,25 +39,25 @@ services:
3939 networks :
4040 - philter
4141
42- # opensearch:
43- # container_name: opensearch
44- # image: opensearchproject/opensearch:3.1.0
45- # ports:
46- # - "9200:9200"
47- # environment:
48- # discovery.type: single-node
49- # node.name: opensearch
50- # plugins.security.disabled: "true"
51- # logger.level: info
52- # OPENSEARCH_INITIAL_ADMIN_PASSWORD: a2qfzT55F%aWPGvhgDrU#pXSYSR
53- # healthcheck:
54- # test: ["CMD-SHELL", "curl -f http://localhost:9200/_cluster/health?wait_for_status=green -s > /dev/null || exit 1"]
55- # interval: 10s
56- # timeout: 5s
57- # retries: 10
58- # start_period: 30s
59- # networks:
60- # - philter
42+ opensearch :
43+ container_name : opensearch
44+ image : opensearchproject/opensearch:3.1.0
45+ ports :
46+ - " 9200:9200"
47+ environment :
48+ discovery.type : single-node
49+ node.name : opensearch
50+ plugins.security.disabled : " true"
51+ logger.level : info
52+ OPENSEARCH_INITIAL_ADMIN_PASSWORD : a2qfzT55F%aWPGvhgDrU#pXSYSR
53+ healthcheck :
54+ test : ["CMD-SHELL", "curl -f http://localhost:9200/_cluster/health?wait_for_status=green -s > /dev/null || exit 1"]
55+ interval : 10s
56+ timeout : 5s
57+ retries : 10
58+ start_period : 30s
59+ networks :
60+ - philter
6161
6262networks :
6363 philter :
You can’t perform that action at this time.
0 commit comments