-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
39 lines (37 loc) · 1.28 KB
/
Copy pathrender.yaml
File metadata and controls
39 lines (37 loc) · 1.28 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
# Render Blueprint — Sentinel-AI Backend
# Docs: https://render.com/docs/blueprint-spec
services:
- type: web
name: sentinel-ai-api
runtime: python
rootDir: Backend
buildCommand: pip install -r requirements.txt
startCommand: uvicorn main:app --host 0.0.0.0 --port $PORT
healthCheckPath: /api/health
envVars:
- key: ENVIRONMENT
value: production
- key: ALLOW_SQLITE_FALLBACK
value: "true"
- key: DATABASE_URL
fromDatabase:
name: sentinel-ai-db
property: connectionString
- key: PYTHON_VERSION
value: "3.12.8"
- key: CLERK_JWT_PUBLIC_KEY
value: |
-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmdubYDjREA5RtJd5hW1q
M+EqQhcxcmbbX70CQxGGK6HqF9LGxgDf64ZEJFCVBMXM72u2lbjpT94y0HSmLegd
ODDupY810nIJrWtuXQIO+eVA2xKajBCW3iptBB40DLwzIFstCu+t9zeOsVRZffca
afVnuygZsilH+tIV0wPElpHMxh4GajgwBbt8g1M0zZV2+eJz3ajjOrUNpI5WnJ7F
yqq1/d3rLHrNOe0161f+3ig82/g1ayf+/lxJe62OAIujntx28CurnL2+yI5xl/RM
oWQB65VObeTjyef0ehUOdHo/cNNegcCElOMtfw2H776/OEdpIaVXSHhY7BUezipZ
gwIDAQAB
-----END PUBLIC KEY-----
databases:
- name: sentinel-ai-db
plan: free
databaseName: sentinel_ai
user: sentinel_ai