-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrender.yaml
52 lines (51 loc) · 1.12 KB
/
render.yaml
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
services:
- type: web
name: fitness-networking
runtime: docker
region: oregon
plan: free
branch: main
dockerfilePath: ./client/Dockerfile
dockerContext: ./client
autoDeploy: true
# healthCheckPath: /health
envVars:
- key: NODE_ENV
value: production
- type: web
name: fitness-networking-backend
runtime: docker
region: oregon
plan: free
branch: main
dockerfilePath: ./server/Dockerfile
dockerContext: ./server
autoDeploy: true
# healthCheckPath: /health
envVars:
- key: NODE_ENV
value: production
- key: PORT
value: "3000"
- key: DB_URL
sync: false
- key: DB_HOST
sync: false
- key: DB_NAME
sync: false
- key: DB_USER
sync: false
- key: DB_PASS
sync: false
- key: ACCESS_TOKEN_SECRET
sync: false
- key: REFRESH_TOKEN_SECRET
sync: false
- key: GUSER
sync: false
- key: GPASS
sync: false
- key: BCRYPT_ROUNDS
sync: false
- key: FITNESS_NETWORKING_EMAIL
sync: false