-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrender.yaml
More file actions
37 lines (36 loc) · 932 Bytes
/
render.yaml
File metadata and controls
37 lines (36 loc) · 932 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
37
previews:
generation: automatic
expireAfterDays: 1
services:
- type: web
name: basic-foundation
env: python
plan: starter
buildCommand: make install && make tailwind-prod && make migrate-render
startCommand: make run
envVars:
- key: POETRY_VERSION
value: 1.7.1
- key: PYTHON_VERSION
value: 3.12.1
- key: APP_NAME
value: Basic Foundation
- key: ENVIRONMENT
value: production
- key: API_URL
value: https://basic-foundation.onrender.com
- key: JWT_SECRET
generateValue: true
- key: CSRF_SECRET
generateValue: true
- key: DATABASE_URL
fromDatabase:
name: basic-foundation-postgres
property: connectionString
- fromGroup: email
- fromGroup: init-data
databases:
- name: basic-foundation-postgres
databaseName: foundation
envVarGroups:
- name: production