mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6680] [MERGED] Add Docker Healthcheck #11083
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (5)
fe461ffAdded Docker Healthcheck32d6e7dApply suggestions from code review5d11fd6Apply suggestions from code reviewf750235Added healthcheck url environemnt variableb225c3fApply 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.