-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
35 lines (34 loc) · 828 Bytes
/
render.yaml
File metadata and controls
35 lines (34 loc) · 828 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
29
30
31
32
33
34
35
# yaml-language-server: $schema=https://render.com/schema/render.yaml.json
previews:
generation: off
services:
- type: web
name: opencode
runtime: docker
region: oregon
plan: standard
dockerfilePath: ./Dockerfile
dockerContext: .
disk:
name: opencode-data
mountPath: /root/project-data
sizeGB: 1
envVars:
- key: OPENCODE_SERVER_PASSWORD
generateValue: true
- key: OPENCODE_SERVER_USERNAME
value: opencode
- key: OPENCODE_SERVER_COMMAND
value: web
- key: ANTHROPIC_API_KEY
sync: false
- key: OPENROUTER_API_KEY
sync: false
- key: RENDER_API_KEY
sync: false
- key: REPO_URL
sync: false
- key: REPO_BRANCH
sync: false
- key: GITHUB_TOKEN
sync: false