pin opensearch version

Co-authored-by: ekzyis <ek@stacker.news>
This commit is contained in:
Keyan 2024-03-10 19:44:02 -05:00 committed by GitHub
parent fa3aed2386
commit fc5a4c528b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ services:
links:
- app
opensearch:
image: opensearchproject/opensearch:latest
image: opensearchproject/opensearch:2.12.0
container_name: opensearch
healthcheck:
test: ["CMD-SHELL", "curl -ku admin:${OPENSEARCH_INITIAL_ADMIN_PASSWORD} --silent --fail localhost:9200/_cluster/health || exit 1"]