Add proposed Docker setup for OpenBoxes#5848
Open
christianallen wants to merge 1 commit into
Open
Conversation
Introduces a docker-2026/ directory with a complete Docker configuration for running OpenBoxes, including Dockerfile, docker-compose.yml, entrypoint script, config template, and documentation.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #5848 +/- ##
=============================================
+ Coverage 9.93% 10.15% +0.22%
- Complexity 1395 1485 +90
=============================================
Files 745 758 +13
Lines 46466 46694 +228
Branches 11045 11081 +36
=============================================
+ Hits 4617 4743 +126
- Misses 41114 41194 +80
- Partials 735 757 +22 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Summary
docker-2026/directory with a complete Docker configuration for running OpenBoxes.env.example, and.dockerignoreDetails
This is a proposed new Docker setup for OpenBoxes. The configuration:
Test plan
cd docker-2026 && docker build -t openboxes .docker compose up -d