forked from Intelligent-Internet/ii-agent
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_render.yaml
More file actions
41 lines (41 loc) · 1.02 KB
/
_render.yaml
File metadata and controls
41 lines (41 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Exported from Render on 2025-05-29T16:52:11Z
services:
- type: web
name: ii-agent-chutes
runtime: python
repo: https://github.com/fstandhartinger/ii-agent-chutes
plan: standard
envVars:
- key: ANTHROPIC_API_KEY
sync: false
- key: ADMIN_KEY
sync: false
- key: OPENAI_BASE_URL
sync: false
- key: PRO_PRIME
sync: false
- key: NEXT_PUBLIC_VSCODE_URL
sync: false
- key: OPENROUTER_API_KEY
sync: false
- key: SERPERDEV_API_KEY
sync: false
- key: CHUTES_API_KEY
sync: false
- key: PYTHON_VERSION
sync: false
- key: SERPAPI_API_KEY
sync: false
- key: OPENAI_API_KEY
sync: false
- key: STATIC_FILE_BASE_URL
sync: false
region: oregon
buildCommand: chmod +x scripts/render_build_safe.sh && ./scripts/render_build_safe.sh
startCommand: python ws_server.py --port $PORT --workspace /var/data/workspaces --logs-path /var/data/logs/agent_logs.txt --minimize-stdout-logs
disk:
name: disk
mountPath: /var/data
sizeGB: 10
autoDeployTrigger: "off"
version: "1"