-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
62 lines (60 loc) · 1.9 KB
/
Copy pathrender.yaml
File metadata and controls
62 lines (60 loc) · 1.9 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# DeckForge Render Blueprint
# Deploy: Render Dashboard -> New -> Blueprint -> Connect repo -> Auto-detect
#
# Database: Neon (https://neon.tech) free tier.
# Set DECKFORGE_DATABASE_URL manually in Render dashboard with your Neon
# connection string. Format: postgresql://user:pass@host/db?sslmode=require
services:
- type: redis
name: deckforge-redis
plan: free
region: frankfurt
maxmemoryPolicy: allkeys-lru
ipAllowList: [] # Only allow internal access
- type: web
name: deckforge-api
runtime: docker
dockerfilePath: ./Dockerfile.render
region: frankfurt
plan: starter
healthCheckPath: /v1/health
envVars:
- key: DECKFORGE_DATABASE_URL
sync: false # Set manually: Neon connection string
- key: DECKFORGE_REDIS_URL
fromService:
type: redis
name: deckforge-redis
property: connectionString
- key: DECKFORGE_ENVIRONMENT
value: production
- key: DECKFORGE_DEBUG
value: "false"
- key: DECKFORGE_LLM_DEFAULT_PROVIDER
value: anthropic
- key: DECKFORGE_ANTHROPIC_API_KEY
sync: false # Set manually in Render dashboard
- key: DECKFORGE_STRIPE_SECRET_KEY
sync: false
- key: DECKFORGE_STRIPE_WEBHOOK_SECRET
sync: false
- key: DECKFORGE_STRIPE_STARTER_PRICE_ID
sync: false
- key: DECKFORGE_STRIPE_PRO_PRICE_ID
sync: false
- key: DECKFORGE_UNKEY_ROOT_KEY
sync: false
- key: DECKFORGE_UNKEY_API_ID
sync: false
- key: DECKFORGE_S3_ENDPOINT_URL
sync: false
- key: DECKFORGE_S3_ACCESS_KEY
sync: false
- key: DECKFORGE_S3_SECRET_KEY
sync: false
- key: DECKFORGE_S3_BUCKET
value: deckforge
- key: DECKFORGE_X402_ENABLED
value: "true"
- key: DECKFORGE_X402_WALLET_ADDRESS
value: "0x450996401D587C8206803F544cCA74C33f6FbC93"