-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
28 lines (28 loc) · 807 Bytes
/
render.yaml
File metadata and controls
28 lines (28 loc) · 807 Bytes
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
# Render Blueprint — deploy agent as a web service
services:
- type: web
name: realbase-agent
runtime: node
region: oregon
plan: starter # $7/month
buildCommand: npm install -g pnpm && pnpm install
startCommand: cd agent && npx tsx src/index.ts
envVars:
- key: NODE_ENV
value: production
- key: PORT
value: "4021"
- key: AGENT_PRIVATE_KEY
sync: false
- key: BUILDER_CODE
value: bc_4dvgxfwo
- key: ORACLE_CONTRACT_ADDRESS
value: "0x89BAa43839b3a0cD8DAbee08bcB30920a75F4716"
- key: REPORT_CONTRACT_ADDRESS
value: "0x67E4cbFD4045a3F419A806c89Da7A6AAB11aEA3F"
- key: AGENT_TICK_INTERVAL_MS
value: "900000"
disk:
name: realbase-data
mountPath: /data
sizeGB: 1