[PR #508] [MERGED] Add HEALTHCHECK to Dockerfile #1639

Closed
opened 2026-03-02 11:58:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/508
Author: @wuast94
Created: 10/7/2024
Status: Merged
Merged: 10/7/2024
Merged by: @MohamedBassem

Base: mainHead: patch-1


📝 Commits (1)

  • 9a94b25 Add HEALTHCHECK to Dockerfile

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 docker/Dockerfile (+4 -0)

📄 Description

i added the healthcheck to the AIO and legacy web container.

checked on my AIO instance:

{
   "Status":"healthy",
   "FailingStreak":0,
   "Log":[
      {
         "Start":"2024-10-07T21:23:19.83382568+02:00",
         "End":"2024-10-07T21:23:20.003640388+02:00",
         "ExitCode":0,
         "Output":"Connecting to 127.0.0.1:3000 (127.0.0.1:3000)\nremote file exists\n"
      }
   ]
}

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/508 **Author:** [@wuast94](https://github.com/wuast94) **Created:** 10/7/2024 **Status:** ✅ Merged **Merged:** 10/7/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`9a94b25`](https://github.com/karakeep-app/karakeep/commit/9a94b25ea4ba218205deabe01e72e17f19357987) Add HEALTHCHECK to Dockerfile ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docker/Dockerfile` (+4 -0) </details> ### 📄 Description i added the healthcheck to the AIO and legacy web container. checked on my AIO instance: ``` { "Status":"healthy", "FailingStreak":0, "Log":[ { "Start":"2024-10-07T21:23:19.83382568+02:00", "End":"2024-10-07T21:23:20.003640388+02:00", "ExitCode":0, "Output":"Connecting to 127.0.0.1:3000 (127.0.0.1:3000)\nremote file exists\n" } ] } ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:58:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1639
No description provided.