feat(BA-2329): Improve appproxy Dockerfiles and add to docker-compose#9472
Merged
HyeockJinKim merged 3 commits intomainfrom Mar 3, 2026
Merged
feat(BA-2329): Improve appproxy Dockerfiles and add to docker-compose#9472HyeockJinKim merged 3 commits intomainfrom
HyeockJinKim merged 3 commits intomainfrom
Conversation
- Update coordinator/worker Dockerfiles to use requirements.txt for pinned dependency versions and --no-deps for backend.ai packages - Add appproxy coordinator and worker services to docker-compose.monorepo.yml - Add appproxy configuration guide, DB setup, and run commands to docs - Fix halfstack port numbers in docs to match docker-compose.halfstack.current.yml Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
enhance.md -> 9472.enhance.md Co-authored-by: octodog <mu001@lablup.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR enhances the AppProxy component deployment by improving Docker build configurations and adding comprehensive deployment documentation. The changes align the appproxy Dockerfiles with the existing manager/webserver pattern for dependency management, add appproxy services to docker-compose for easier orchestration, and provide complete configuration guides including database setup instructions.
Changes:
- Updated appproxy Dockerfiles to use
requirements.txtfor dependency version pinning and--no-depsfor backend.ai packages - Added appproxy coordinator and worker services to
docker-compose.monorepo.yml - Added comprehensive appproxy configuration documentation with TOML examples, database setup, and manual run commands
- Corrected halfstack port numbers in documentation to match
docker-compose.halfstack.current.yml
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docker/backend.ai-appproxy-coordinator.dockerfile | Updated to use requirements.txt for dependencies and --no-deps for backend.ai packages |
| docker/backend.ai-appproxy-worker.dockerfile | Updated to use requirements.txt for dependencies and --no-deps for backend.ai packages |
| docker-compose.monorepo.yml | Added appproxy coordinator and worker service definitions |
| docs/install/install-docker.rst | Added appproxy configuration guide and corrected port numbers |
| changes/9472.enhance.md | Added changelog entry |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
HyeockJinKim
approved these changes
Mar 3, 2026
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
requirements.txtfor pinned dependency versions and--no-depsfor backend.ai packages (matching the manager/webserver pattern)docker-compose.monorepo.ymldocker-compose.halfstack.current.ymlTest plan
overall_healthy: trueResolves BA-2329
📚 Documentation preview 📚: https://sorna--9472.org.readthedocs.build/en/9472/
📚 Documentation preview 📚: https://sorna-ko--9472.org.readthedocs.build/ko/9472/