feat(docker): add dev override for hot-reload (#1911)#1935
Merged
mrveiss merged 2 commits intoDev_new_guifrom Mar 20, 2026
Merged
feat(docker): add dev override for hot-reload (#1911)#1935mrveiss merged 2 commits intoDev_new_guifrom
mrveiss merged 2 commits intoDev_new_guifrom
Conversation
✅ SSOT Configuration Compliance: Passing🎉 No hardcoded values detected that have SSOT config equivalents! |
Add docker-compose.override.example.yml with volume mounts for live code reloading, debug ports, and relaxed health checks. - Added to .gitignore: docker-compose.override.yml (dev-local)
- Fix symlink breakage: recreate autobot_shared symlinks at boot via bash -c wrapper (critical for WSL2 where core.symlinks=false) - Fix pip shadow: run pip install -e autobot-shared at container start so bind-mounted changes are reflected immediately - Add --reload-dir /app/autobot-shared to uvicorn for both services - Relax dev resource limits (4G backend for debug workloads) - Clarify debugpy port: add instructions for manual install/enable - Document frontend limitation: dist/ mount, no HMR, needs npm build
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-compose.override.example.ymltemplate for development--reloaddocker-compose.override.ymlto .gitignore (dev-local)Closes #1911
Test plan
docker-compose.override.ymldocker compose up -d— verify override is applied