ddev / ddev-solr

Solr service for DDEV
Apache License 2.0
5 stars 5 forks source link

Add healthcheck #21

Closed rfay closed 5 months ago

rfay commented 1 year ago

This will be a lot better with a healthcheck like https://github.com/ddev/ddev-drupal9-solr/blob/008973f804e2a7e86a9e54533a2518b2a9be189a/docker-compose.solr.yaml#L77-L78

Then DDEV will wait until it's ready before starting up and especially you can avoid test failures when things happen right when ddev gets started.