mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 06:02:46 +00:00
Use vanilla Rivet routing in Foundry backend
This commit is contained in:
parent
4bccd5fc8d
commit
940e49fcfa
5 changed files with 26 additions and 83 deletions
|
|
@ -9,7 +9,6 @@ services:
|
|||
environment:
|
||||
HF_BACKEND_HOST: "0.0.0.0"
|
||||
HF_BACKEND_PORT: "7841"
|
||||
HF_RIVET_MANAGER_PORT: "8850"
|
||||
RIVETKIT_STORAGE_PATH: "/root/.local/share/foundry/rivetkit"
|
||||
ANTHROPIC_API_KEY: "${ANTHROPIC_API_KEY:-}"
|
||||
CLAUDE_API_KEY: "${CLAUDE_API_KEY:-${ANTHROPIC_API_KEY:-}}"
|
||||
|
|
@ -23,7 +22,6 @@ services:
|
|||
HF_DAYTONA_API_KEY: "${HF_DAYTONA_API_KEY:-}"
|
||||
ports:
|
||||
- "7841:7841"
|
||||
- "8850:8850"
|
||||
volumes:
|
||||
- "${HOME}/.codex:/root/.codex"
|
||||
- "foundry_preview_git_repos:/root/.local/share/foundry/repos"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue