-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
35 lines (35 loc) · 861 Bytes
/
Copy pathrender.yaml
File metadata and controls
35 lines (35 loc) · 861 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
services:
- type: web
name: iitian-academy-milestone-tracker
env: docker
plan: free
region: oregon
branch: main
dockerfilePath: ./Dockerfile
envVars:
- key: MONGODB_URI
sync: false
- key: MONGODB_DB_NAME
value: milestone_tracker
- key: ADMIN_API_KEY
sync: false
- key: ADMIN_EMAIL
sync: false
- key: ADMIN_PASSWORD
sync: false
- key: JWT_SECRET_KEY
generateValue: true
- key: APP_NAME
value: IITian Academy Milestone Tracker
- key: APP_VERSION
value: 1.0.0
- key: DEBUG
value: false
- key: BACKUP_ENABLED
value: true
- key: BACKUP_INTERVAL_HOURS
value: 24
- key: PORT
value: 8000
healthCheckPath: /health
autoDeploy: true