-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
83 lines (77 loc) · 1.78 KB
/
render.yaml
File metadata and controls
83 lines (77 loc) · 1.78 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
services:
- type: web
name: surf
env: node
buildCommand: npm install
startCommand: node index.js
plan: free
branch: main
rootDir: surf
pullRequestPreviewsEnabled: true
region: frankfurt
- type: web
name: monsters-and-trees
env: node
buildCommand: npm install
startCommand: node server.js
plan: free
branch: main
rootDir: monsters-and-trees
pullRequestPreviewsEnabled: true
region: frankfurt
- type: web
name: simple-chat
env: node
buildCommand: npm install
startCommand: node server.js
plan: free
branch: main
rootDir: simple-chat
pullRequestPreviewsEnabled: true
region: frankfurt
envVars:
- key: DATABASE_URL
fromDatabase:
name: db
property: connectionString
- type: web
name: contacts-and-cal-server
env: node
buildCommand: npm install --include=dev && npm run build
startCommand: npm start
plan: free
branch: main
rootDir: contacts-and-cal
pullRequestPreviewsEnabled: true
region: frankfurt
envVars:
- key: NODE_ENV
value: production
- key: DATABASE_URL
fromDatabase:
name: db
property: connectionString
- type: web
name: unplastech
runtime: static
staticPublishPath: .
branch: main
rootDir: unplastech
- type: web
name: harrypotter
runtime: static
staticPublishPath: .
branch: main
rootDir: harrypotter
routes:
- type: rewrite
source: /
destination: /index.html
databases:
- name: db
plan: basic-256mb
databaseName: db
ipAllowList:
- source: 0.0.0.0/0
description: Allow all (public). Change to specific IP/CIDR or remove for internal-only access.
region: frankfurt