updates
This commit is contained in:
@@ -46,7 +46,6 @@ services:
|
||||
RIVET_WORKSPACE_TOKEN: ${RIVET_WORKSPACE_TOKEN:?RIVET_WORKSPACE_TOKEN is required}
|
||||
AGENT_WORKSPACE_ROOT: /var/lib/zopu/workspaces
|
||||
BUN_EXECUTABLE: /usr/local/bin/bun
|
||||
AGENT_MODEL_API_KEY: ${AGENT_MODEL_API_KEY:?AGENT_MODEL_API_KEY is required}
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ${ZOPU_DEPLOY_ROOT:?ZOPU_DEPLOY_ROOT is required}/workspaces
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
route {
|
||||
reverse_proxy /agents/zopu/* 127.0.0.1:3000
|
||||
reverse_proxy /internal/work-attempts/* 127.0.0.1:3000
|
||||
reverse_proxy /api/rivet/* 127.0.0.1:3000
|
||||
reverse_proxy /workflows/* 127.0.0.1:3000
|
||||
reverse_proxy /health 127.0.0.1:3000
|
||||
respond 404
|
||||
|
||||
Reference in New Issue
Block a user