[Docker] Give OpenSearch more time to start up

This commit is contained in:
Earlopain 2024-01-12 20:52:00 +00:00
parent fa9fb531f7
commit 0f1a96476e
No known key found for this signature in database
GPG Key ID: 48860312319ADF61

View File

@ -109,8 +109,9 @@ services:
volumes:
- opensearch_data:/usr/share/opensearch/data
healthcheck:
interval: 10s
interval: 5s
timeout: 2s
retries: 12
test: curl "opensearch:9200/_cluster/health?wait_for_status=yellow&timeout=2s"
iqdb: