[PR #6680] [MERGED] Add Docker Healthcheck #11083

Closed
opened 2026-02-07 06:32:09 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6680
Author: @MarcelCoding
Created: 10/9/2021
Status: Merged
Merged: 10/24/2021
Merged by: @joshuaboniface

Base: masterHead: master


📝 Commits (5)

  • fe461ff Added Docker Healthcheck
  • 32d6e7d Apply suggestions from code review
  • 5d11fd6 Apply suggestions from code review
  • f750235 Added healthcheck url environemnt variable
  • b225c3f Apply suggestions from code review

📊 Changes

3 files changed (+23 additions, -2 deletions)

View changed files

📝 Dockerfile (+7 -1)
📝 Dockerfile.arm (+8 -1)
📝 Dockerfile.arm64 (+8 -0)

📄 Description

Changes
Added Docker Healthcheck to ensure jellyfin is always available. (e.g. This enables reverse proxies (traefik) to remove jellyfin from the routes if it is overloaded.)

Issues
Fixed #5760

PS: squash the pr, if the signature should be correct :) I did it in a codespace.


🔄 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/jellyfin/jellyfin/pull/6680 **Author:** [@MarcelCoding](https://github.com/MarcelCoding) **Created:** 10/9/2021 **Status:** ✅ Merged **Merged:** 10/24/2021 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`fe461ff`](https://github.com/jellyfin/jellyfin/commit/fe461ff66bd69997014fe190745e44e7696d0167) Added Docker Healthcheck - [`32d6e7d`](https://github.com/jellyfin/jellyfin/commit/32d6e7db7c510374b7164fecb4511e26a4e25ead) Apply suggestions from code review - [`5d11fd6`](https://github.com/jellyfin/jellyfin/commit/5d11fd68c6eb62da3aa9d5052653b8c32a7a7c80) Apply suggestions from code review - [`f750235`](https://github.com/jellyfin/jellyfin/commit/f75023593341bcc5adc42c8eb3644ba303ed67a0) Added healthcheck url environemnt variable - [`b225c3f`](https://github.com/jellyfin/jellyfin/commit/b225c3fd3cb635fef5e75414b9a4bf1d183c92d6) Apply suggestions from code review ### 📊 Changes **3 files changed** (+23 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+7 -1) 📝 `Dockerfile.arm` (+8 -1) 📝 `Dockerfile.arm64` (+8 -0) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Added Docker Healthcheck to ensure jellyfin is always available. (e.g. This enables reverse proxies (traefik) to remove jellyfin from the routes if it is overloaded.) **Issues** Fixed #5760 PS: squash the pr, if the signature should be correct :) I did it in a codespace. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:32:09 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11083