Integrate per-user browser runtimes into subagent API
This commit is contained in:
parent
952b2e7d17
commit
280247e1e5
11 changed files with 777 additions and 21 deletions
11
.env.example
11
.env.example
|
|
@ -13,10 +13,17 @@ TELEGRAM_ALLOWED_USERS=
|
|||
TELEGRAM_HOME_CHANNEL=
|
||||
|
||||
BROWSER_URL=http://browser:9222
|
||||
BROWSER_VIEW_URL=
|
||||
BROWSER_VIEW_URL=http://localhost:6080
|
||||
BROWSER_VIEW_BASE_URL=http://localhost:6081
|
||||
|
||||
BROWSER_API_HOST=0.0.0.0
|
||||
BROWSER_API_PORT=8088
|
||||
BROWSER_USE_RPC_URL=http://browser:8787/run
|
||||
BROWSER_USE_RPC_TIMEOUT=900
|
||||
BROWSER_API_MAX_CONCURRENCY=2
|
||||
BROWSER_API_MAX_CONCURRENCY=2
|
||||
BROWSER_USE_ISOLATION_MODE=docker-per-principal
|
||||
BROWSER_RUNTIME_IMAGE=browser-use-browser-runtime:latest
|
||||
BROWSER_RUNTIME_NETWORK=browser-net
|
||||
BROWSER_RUNTIME_TTL_SECONDS=900
|
||||
BROWSER_RUNTIME_START_TIMEOUT=45
|
||||
BROWSER_RUNTIME_ENABLE_UI=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue