DigitalSlideArchive / digital_slide_archive

The official deployment of the Digital Slide Archive and HistomicsTK.
https://digitalslidearchive.github.io
Apache License 2.0
108 stars 49 forks source link

Add docker healthchecks #325

Closed manthey closed 6 months ago

manthey commented 6 months ago

With this, docker ps will show something like dsarchive/dsa_common 2 hours ago Up 2 hours (healthy). The healthcheck doesn't affect how the dockers run; it functionally is a command exec-ed in the container at a specific frequency that will report if the command succeeded or failed.