-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
30 lines (29 loc) · 752 Bytes
/
Copy pathrender.yaml
File metadata and controls
30 lines (29 loc) · 752 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
services:
- type: web
name: dessertable
env: python
plan: free
buildCommand: pip install -r requirements.txt
startCommand: gunicorn run:app --bind 0.0.0.0:$PORT --workers 2 --threads 2 --timeout 60
envVars:
- key: FLASK_ENV
value: production
- key: GOOGLE_PLACES_API_KEY
sync: false
- key: DEEPSEEK_API_KEY
sync: false
- key: SECRET_KEY
generateValue: true
- key: INVITE_CODE
sync: false
- key: ADMIN_PASSWORD
sync: false
- key: DATABASE_URL
fromDatabase:
name: dessertable-db
property: connectionString
databases:
- name: dessertable-db
databaseName: dessertable
plan: free
user: dessertable