-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
28 lines (28 loc) · 799 Bytes
/
Copy pathrender.yaml
File metadata and controls
28 lines (28 loc) · 799 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
services:
- type: web
name: monalexdictionary
runtime: python
rootDir: backend
buildCommand: pip install -r requirements.txt
startCommand: gunicorn app.main:app --worker-class uvicorn.workers.UvicornWorker --workers 2
healthCheckPath: /healthz
autoDeploy: true
envVars:
- key: PYTHON_VERSION
value: "3.11.5"
- key: APP_VERSION
value: "0.3.0"
- key: SITE_URL
value: "https://monalexdictionary.onrender.com"
- key: CORS_ORIGINS
value: "*"
- key: SEARCH_LIMIT
value: "50"
- key: GEMINI_MODEL
value: "gemini-2.5-flash-lite"
- key: AI_INPUT_LIMIT
value: "1200"
- key: SQLITE_PATH
value: "/tmp/monalex.sqlite3"
- key: GEMINI_API_KEY
sync: false