Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HEALTHCHECK to Dockerfile #508

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Conversation

wuast94
Copy link
Contributor

@wuast94 wuast94 commented Oct 7, 2024

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"
      }
   ]
}

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"
      }
   ]
}
```
@MohamedBassem MohamedBassem merged commit e2644eb into hoarder-app:main Oct 7, 2024
3 checks passed
@MohamedBassem
Copy link
Collaborator

Thanks!

@wuast94 wuast94 deleted the patch-1 branch October 8, 2024 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants