mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 11:02:20 +00:00
wip
This commit is contained in:
parent
3263d4f5e1
commit
0fbea6ce61
166 changed files with 6675 additions and 7105 deletions
|
|
@ -68,8 +68,6 @@ services:
|
|||
- "foundry_backend_persist_rivet_node_modules:/app/sdks/persist-rivet/node_modules"
|
||||
- "foundry_backend_typescript_node_modules:/app/sdks/typescript/node_modules"
|
||||
- "foundry_backend_pnpm_store:/root/.local/share/pnpm/store"
|
||||
# Persist backend-managed local git clones across container restarts.
|
||||
- "foundry_git_repos:/root/.local/share/foundry/repos"
|
||||
# Persist RivetKit local storage across container restarts.
|
||||
- "foundry_rivetkit_storage:/root/.local/share/foundry/rivetkit"
|
||||
|
||||
|
|
@ -90,7 +88,7 @@ services:
|
|||
# Ensure logs in .foundry/ persist on the host even if we change source mounts later.
|
||||
- "./.foundry:/app/foundry/.foundry"
|
||||
- "../../../task/rivet-checkout:/task/rivet-checkout:ro"
|
||||
# Use Linux-native workspace dependencies inside the container instead of host node_modules.
|
||||
# Use Linux-native repo dependencies inside the container instead of host node_modules.
|
||||
- "foundry_node_modules:/app/node_modules"
|
||||
- "foundry_client_node_modules:/app/foundry/packages/client/node_modules"
|
||||
- "foundry_frontend_node_modules:/app/foundry/packages/frontend/node_modules"
|
||||
|
|
@ -125,7 +123,6 @@ volumes:
|
|||
foundry_backend_persist_rivet_node_modules: {}
|
||||
foundry_backend_typescript_node_modules: {}
|
||||
foundry_backend_pnpm_store: {}
|
||||
foundry_git_repos: {}
|
||||
foundry_rivetkit_storage: {}
|
||||
foundry_node_modules: {}
|
||||
foundry_client_node_modules: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue