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

install wget & curl #372

Merged
merged 2 commits into from
Jul 23, 2024
Merged

install wget & curl #372

merged 2 commits into from
Jul 23, 2024

Conversation

jibon57
Copy link
Contributor

@jibon57 jibon57 commented Jul 23, 2024

Pull Request

Description

Without having wget or curl we will not be able to do health check by sending http request. From docker compose we can monitor container & restart if necessary. For example for console:

wget --no-verbose --tries=5 --spider http://localhost:8080 || exit 1

Related Issue

If this pull request is related to any issue, please mention it here.

Checklist

  • I have tested the changes locally.
  • I have reviewed the code changes.
  • I have updated the documentation, if necessary.
  • I have added appropriate tests, if applicable.

Screenshots

If applicable, add screenshots to help explain the changes made.

Additional Notes

Add any additional notes or context about the pull request here.

Sorry, something went wrong.

Copy link

codecov bot commented Jul 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.60%. Comparing base (d477fcc) to head (ab64329).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #372   +/-   ##
=======================================
  Coverage   41.60%   41.60%           
=======================================
  Files         134      134           
  Lines       14333    14333           
=======================================
  Hits         5963     5963           
  Misses       8370     8370           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@giangndm giangndm merged commit 8571dd3 into 8xFF:master Jul 23, 2024
11 checks passed
giangndm pushed a commit to giangndm/8xFF-decentralized-media-server that referenced this pull request Nov 26, 2024
* install wget & curl

* single line
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.

None yet

2 participants