File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ services:
112112 # Set heap size (adjust based on available memory)
113113 - OPENSEARCH_JAVA_OPTS=${OPENSEARCH_JAVA_OPTS}
114114 # Initial admin password (required for OpenSearch 2.12+)
115- - OPENSEARCH_INITIAL_ADMIN_PASSWORD=${OPENSEARCH_PASSWORD}
115+ - " OPENSEARCH_INITIAL_ADMIN_PASSWORD=${OPENSEARCH_PASSWORD}"
116116 - plugins.query.datasources.encryption.masterkey=BTqK4Ytdz67La1kShIKV3Pu9
117117 volumes :
118118 # Persist data across container restarts
@@ -137,7 +137,7 @@ services:
137137 soft : 65536
138138 hard : 65536
139139 healthcheck :
140- test : curl -s -k -u ${OPENSEARCH_USER}:'${OPENSEARCH_PASSWORD}' https://localhost:9200/_cluster/health | grep -E '"status":"(green|yellow)"'
140+ test : curl -s -k -u ' ${OPENSEARCH_USER}' :'${OPENSEARCH_PASSWORD}' https://localhost:9200/_cluster/health | grep -E '"status":"(green|yellow)"'
141141 start_period : 120s
142142 interval : 5s
143143 timeout : 10s
@@ -204,7 +204,7 @@ services:
204204 limits :
205205 memory : ${DASHBOARDS_MEMORY_LIMIT}
206206 healthcheck :
207- test : curl -f -u ${OPENSEARCH_USER}:'${OPENSEARCH_PASSWORD}' http://localhost:5601/api/status || exit 1
207+ test : curl -f -u ' ${OPENSEARCH_USER}' :'${OPENSEARCH_PASSWORD}' http://localhost:5601/api/status || exit 1
208208 start_period : 60s
209209 interval : 10s
210210 timeout : 5s
You can’t perform that action at this time.
0 commit comments