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

Fix filebrowser healthcheck #1816

Merged
merged 1 commit into from
Dec 8, 2024
Merged

Fix filebrowser healthcheck #1816

merged 1 commit into from
Dec 8, 2024

Conversation

vsilvar
Copy link
Contributor

@vsilvar vsilvar commented Dec 8, 2024

Pull request

Purpose
File browser healthchecks were always failing due to using the incorrect port.
This was caused by a change where the FB_PORT env variable is no longer set.

Approach
As the FB_PORT env variable is no longer set, internally, within the container, port 80 is now always used.
So, as health checks run inside the container, the internal port needs to be used and not the host port.

Requirements
Check all boxes as they are completed

The FB_PORT env variable is no longer set, so internally, within the container, port 80 is now always used.
As health checks run inside the container the internal port needs to be used and not the host port.
@vsilvar vsilvar requested review from a team as code owners December 8, 2024 17:30
@github-actions github-actions bot added the apps Automatic label label Dec 8, 2024
Copy link
Member

@nemchik nemchik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@nemchik nemchik enabled auto-merge December 8, 2024 19:26
@nemchik nemchik disabled auto-merge December 8, 2024 19:27
@nemchik nemchik merged commit 9d3f6d1 into GhostWriters:master Dec 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apps Automatic label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants