8xFF / atm0s-media-server

Decentralized, Global-Scale Media Server written in Rust (WebRTC/Whip/Whep/Rtmp/Sip)
https://8xff.github.io/media-docs/
MIT License
212 stars 17 forks source link

install wget & curl #372

Closed jibon57 closed 1 month ago

jibon57 commented 1 month ago

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

Screenshots

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

Additional Notes

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

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

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

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.