-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
62 lines (60 loc) · 1.39 KB
/
Copy pathrender.yaml
File metadata and controls
62 lines (60 loc) · 1.39 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
services:
- name: campuscore-backend
runtime: node
type: web
plan: free
region: oregon
rootDir: backend
buildCommand: npm ci && npx prisma generate && npm run build
startCommand: npm run start:prod
healthCheckPath: /api/v1/health
envVars:
- key: NODE_ENV
value: production
- key: DATABASE_URL
fromDatabase:
name: campuscore-db
property: connectionString
- key: REDIS_URL
fromService:
name: campuscore-redis
type: redis
property: connectionString
- key: RABBITMQ_URL
sync: false
- key: MINIO_ENDPOINT
sync: false
- key: MINIO_PORT
value: 9000
- key: MINIO_BUCKET
sync: false
- key: MINIO_ACCESS_KEY
sync: false
- key: MINIO_SECRET_KEY
sync: false
- key: MAIL_HOST
sync: false
- key: MAIL_PORT
sync: false
- key: FRONTEND_URL
sync: false
- key: JWT_SECRET
sync: false
- key: JWT_REFRESH_SECRET
sync: false
- key: JWT_EXPIRATION
value: 15m
- key: JWT_REFRESH_EXPIRATION
value: 7d
- key: PORT
value: 4000
- name: campuscore-redis
runtime: redis
type: redis
plan: free
region: oregon
databases:
- name: campuscore-db
plan: free
region: oregon
databaseName: campuscore