## Description The services do not have a `healthcheck` to validate if they are running properly. ## Solution Implement a `healthcheck` in the [Docker Compose](https://docs.docker.com/compose/) file. ## Additional information - [`healthcheck`](https://docs.docker.com/reference/compose-file/services/#healthcheck).
Description
The services do not have a
healthcheckto validate if they are running properly.Solution
Implement a
healthcheckin the Docker Compose file.Additional information
healthcheck.