added solr health check

This commit is contained in:
Brian Long 2023-10-25 20:37:32 -04:00
parent 8c875fe850
commit 59c87eb302

View File

@ -63,6 +63,8 @@ services:
JAVA_TOOL_OPTIONS: "
-Dalfresco.secureComms.secret=alfresco-secret
"
healthcheck:
test: "curl -fsS http://localhost:8983/solr"
activemq:
image: alfresco/alfresco-activemq:${AAMQ_TAG}