Refactor VIO dev container configuration: move Claude mounts to vio.yaml and update volume definitions

This commit is contained in:
EricX-Zhao
2026-05-12 10:47:53 +03:00
parent 04946f28f0
commit 13378d7c4f
2 changed files with 6 additions and 6 deletions
-5
View File
@@ -14,11 +14,6 @@
"no_proxy": "localhost,127.0.0.1"
},
"mounts": [
"source=${localEnv:HOME}/.claude,target=/root/.claude,type=bind,consistency=cached",
"source=${localEnv:HOME}/.claude.json,target=/root/.claude.json,type=bind,consistency=cached"
],
"customizations": {
"vscode": {
"extensions": [
+6 -1
View File
@@ -11,10 +11,15 @@ services:
- ${WORKSPACE}:/workspace
- ${DATASET}:/dataset
- ${DATASET_EXT}:/dataset_ext
- claude-code-global:/root/.claude
vio-dev-rk3588:
extends:
file: ../common.yaml
service: rk3588-dev-base
container_name: vio-dev-rk3588
volumes:
- ${WORKSPACE}:/workspace
- ${WORKSPACE}:/workspace
volumes:
claude-code-global:
external: true