-
Notifications
You must be signed in to change notification settings - Fork 15
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
build: remove nginx from docker compose #1733
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@gulfaraz general overview is clear, but I guess I will run into the details when I actually dive into it. So be it. |
Nice, thank you for reviewing the handover. |
jannisvisser
force-pushed
the
build.nginx
branch
from
November 4, 2024 09:13
094707c
to
159103d
Compare
Status
|
3 tasks
Closing this PR in favour of #1815 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To do
Handover notes
Goal based on issue description
The goal is to remove the dependency of nginx in IBF deployments. This ties in with the Orca alerts as the nginx image is flagged as a concern. From a devops perspective, this change will allow IBF to be setup behind other web servers like Apache. However, the config we provide support for is nginx because that is what we use for our own deployments.
Plan on local to commit
Plan on VMs
Scenarios to consider
I rely on adjusting the above based on what I encounter during execution. So take the above as a general direction and update accordingly. Let me know if you have questions @jannisvisser
Describe your changes
Brief description of your changes - not in-depth because the bulk of the description should be in the task on DevOps.
Checklist before requesting a review
Notes for the reviewer