Configurable local docker deployment for version, branch and localdev#2536
Merged
monkeyiq merged 15 commits intofilesender:developmentfrom Feb 3, 2026
Merged
Configurable local docker deployment for version, branch and localdev#2536monkeyiq merged 15 commits intofilesender:developmentfrom
monkeyiq merged 15 commits intofilesender:developmentfrom
Conversation
…eing able to build git branches
Contributor
|
Excellent! Thank you for your contributions :) |
This file contains hidden or 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
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.
This is a follow-up to #2520
I have fixed some small bugs and made the deployment more flexible to support different versions of FileSender, as well as development:
.env Example 1: FileSender 3.3 (default example)
.env Example 2: Development branch of FileSender 3
With this option, you can deploy any existing FileSender branch locally, e.g., instead of development3 you can switch to master3 or development.
.env Example 3: Local code (including local modifications)
This option deploys the local code, including all modifications. Here, I also realised that the development branch is the code for FileSender 2 and not 3. I manually tested this option with the code from the development3 branch, which worked for me. So this PR could also be merged into the other branches, such as development3 and master3.