mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-26 04:35:54 +03:00
[GH-ISSUE #184] [FEATURE] add healthcheck or curl to docker container #131
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#131
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @somebody-somewhere-over-the-rainbow on GitHub (Jan 27, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/184
would like to make use of docker healthchecks in order to restart the container in case it crashes. It would be great if either a healthcheck is directly integrated into the container or curl is installed into the container so that people can setup their own healthcheck. Right now I am building an image ontop of the original one to run
apt update && apt install curlas a workaround.FYI: I am using
https://hub.docker.com/r/willfarrell/autoheal/to make the restart happen.@somebody-somewhere-over-the-rainbow commented on GitHub (Feb 9, 2021):
Please ignore the curl part of the request as there are other tools (wget) already included in the container that allow for basic health checks ...
@pred2k commented on GitHub (Feb 24, 2021):
I think this would do it.
@benbusby commented on GitHub (Mar 8, 2021):
Apologies for the delay on this! I've added a (wget) healthcheck now, which should be available shortly for all
developimages.