-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
36 lines (35 loc) · 965 Bytes
/
Copy pathrender.yaml
File metadata and controls
36 lines (35 loc) · 965 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
36
# Cortex API — Render Blueprint (Plan A free tier)
# https://render.com/docs/blueprint-spec
#
# Dashboard: Cloudflare Pages (frontend/) — see docs/DEPLOY-FREE.md
# Connect repo → New Blueprint → point at this file.
# Fill secret env vars in the Render dashboard after first deploy.
services:
- type: web
name: cortex-api
runtime: docker
dockerfilePath: ./api/Dockerfile
dockerContext: .
plan: free
healthCheckPath: /health
envVars:
- key: ENVIRONMENT
value: production
- key: NEO4J_URI
sync: false
- key: NEO4J_USER
value: neo4j
- key: NEO4J_PASSWORD
sync: false
- key: REDIS_URL
sync: false
- key: CORS_ORIGINS
sync: false
- key: CORTEX_API_KEYS
sync: false
- key: CORTEX_SEED_DEMO
value: "true"
- key: CORTEX_SEMANTIC_ENABLED
value: "false"
- key: EXTRACTION_BACKEND
value: heuristic