senaite / senaite.docker

SENAITE Docker Container
GNU General Public License v2.0
49 stars 40 forks source link

Remove healthchecks from Dockerfiles #4

Closed SuperSandro2000 closed 2 years ago

SuperSandro2000 commented 3 years ago

The healthchecks increase the startup time of the containers by one minute if the first check fails which likely happens. Also they only check if the webserver is available which does not mean the application is healthy or working at all.

Also see the FAQ of the official Docker library https://github.com/docker-library/faq#healthcheck.

ramonski commented 2 years ago

Healthchecks are removed for the latest builds: https://hub.docker.com/repository/docker/senaite/senaite Thanks!