-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
30 lines (30 loc) · 935 Bytes
/
render.yaml
File metadata and controls
30 lines (30 loc) · 935 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
services:
- type: web
name: cathode-screening-api
runtime: docker
dockerfilePath: render.Dockerfile
plan: standard
envVars:
- key: CATHODE_MODEL_TYPE
value: mace
- key: CATHODE_ARTIFACTS_DIR
value: /app/artifacts
- key: CATHODE_DEVICE
value: cpu
- key: CATHODE_AUTH_ENABLED
value: "true"
- key: CATHODE_REQUIRE_MANIFEST_SIGNATURE
value: "true"
- key: CATHODE_FORCE_HTTPS
value: "true"
- key: CATHODE_ALLOW_UNSAFE_TORCH_LOAD
value: "false"
- key: CATHODE_API_KEY_HASHES
sync: false # Set in Render dashboard secret value
- key: CATHODE_MANIFEST_HMAC_KEY
sync: false # Set in Render dashboard secret value
- key: CATHODE_CORS_ORIGINS
sync: false # Set manually after Vercel deploy
- key: CATHODE_RATE_LIMIT_PER_MINUTE
value: "60"
healthCheckPath: /ready