Skip to content

Add Health checking #6

@yukiisbored

Description

@yukiisbored

Healthcheck is a new-ish feature in Docker to check the actual status of the services/daemons of the container. Healthcheck can be implemented by having a "check command" like using curl to see if it returns 200 or not. It's preferable (for now) to add healthcheck on the compose file rather than the dockerfile.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions