-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
32 lines (30 loc) · 831 Bytes
/
Copy pathrender.yaml
File metadata and controls
32 lines (30 loc) · 831 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
services:
- type: web
name: proofprint
runtime: docker
dockerfilePath: ./Dockerfile
plan: free
healthCheckPath: /api/health
envVars:
# --- Backblaze B2 (required) ---
- key: B2_BUCKET
sync: false
- key: B2_KEY_ID
sync: false
- key: B2_APP_KEY
sync: false
- key: B2_REGION
sync: false
# Object Lock retention in days for sealed assets + manifests.
# Set to 0 if the bucket was created without Object Lock enabled.
- key: B2_OBJECT_LOCK_DAYS
value: "1"
- key: B2_PREFIX
value: proofprint
# --- Generative providers (at least one required) ---
- key: NVIDIA_API_KEY
sync: false
- key: GEMINI_API_KEY
sync: false
- key: PROOFPRINT_TENANT
value: public-demo