Skip to content

chore: dev remote stack as default (for full feature support)#66

Merged
m1rl0k merged 3 commits into
Context-Engine-AI:testfrom
voarsh2:chore-compose-reorg2
Dec 15, 2025
Merged

chore: dev remote stack as default (for full feature support)#66
m1rl0k merged 3 commits into
Context-Engine-AI:testfrom
voarsh2:chore-compose-reorg2

Conversation

@voarsh2

@voarsh2 voarsh2 commented Dec 15, 2025

Copy link
Copy Markdown
Contributor

chore: dev remote stack as default (for full feature support) - bindmount checkout is "opt-in" - new default gives exposes all services in local/remote compat setting - repos stored in /dev-workspace - repo meta in bindmount /.codebase

Motivation:
I swapped the default docker-compose.yml to the “remote-dev / full experience” stack because it better matches server/client semantics and is safer by default.

  • Old default compose was a checkout bind-mount (.:/work). That makes collection/repo cleanup and any deletion behavior risky because it’s operating directly on a real working tree and doesn’t match upload-service semantics.
  • New default compose uses a workspace dir (e.g. ./dev-workspace) as /work and keeps repo metadata in ./.codebase, which matches the intended model (repos live under dev-workspace, metadata under .codebase) and is safer for destructive operations.
  • I kept the old behavior available as docker-compose-bindmount-checkout.yml for anyone relying on it.
  • Also added QWEN3_* env vars to both compose files for parity.

…ount checkout is "opt-in" - new default gives exposes all services in local/remote compat setting - repos stored in /dev-workspace - repo meta in bindmount /.codebase
@voarsh2 voarsh2 marked this pull request as draft December 15, 2025 02:25
Add QWEN3 env in main compose after re-shuffle
@voarsh2 voarsh2 marked this pull request as ready for review December 15, 2025 02:44
@m1rl0k m1rl0k merged commit 093c667 into Context-Engine-AI:test Dec 15, 2025
1 check passed
@voarsh2 voarsh2 deleted the chore-compose-reorg2 branch December 15, 2025 20:54
m1rl0k added a commit that referenced this pull request Mar 1, 2026
chore: dev remote stack as default (for full feature support)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants