pin opensearch version
Co-authored-by: ekzyis <ek@stacker.news>
This commit is contained in:
parent
fa3aed2386
commit
fc5a4c528b
|
@ -105,7 +105,7 @@ services:
|
||||||
links:
|
links:
|
||||||
- app
|
- app
|
||||||
opensearch:
|
opensearch:
|
||||||
image: opensearchproject/opensearch:latest
|
image: opensearchproject/opensearch:2.12.0
|
||||||
container_name: opensearch
|
container_name: opensearch
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "curl -ku admin:${OPENSEARCH_INITIAL_ADMIN_PASSWORD} --silent --fail localhost:9200/_cluster/health || exit 1"]
|
test: ["CMD-SHELL", "curl -ku admin:${OPENSEARCH_INITIAL_ADMIN_PASSWORD} --silent --fail localhost:9200/_cluster/health || exit 1"]
|
||||||
|
|
Loading…
Reference in New Issue