-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrender.yaml
More file actions
38 lines (38 loc) · 865 Bytes
/
render.yaml
File metadata and controls
38 lines (38 loc) · 865 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
38
databases:
- name: hato_db
databaseName: hato_db
user: hato_user
plan: free
region: singapore
ipAllowList:
- source: 0.0.0.0/0
description: everywhere
postgresMajorVersion: "14"
services:
- type: web
name: hato-legacy-frontend
runtime: node
repo: https://github.com/hato-cc-legacy/front-end
plan: free
envVars:
- key: VITE_SERVER
sync: false
region: singapore
buildCommand: npm run build
startCommand: npm run preview
- type: web
name: hato-legacy-backend
runtime: node
repo: https://github.com/hato-cc-legacy/backend
plan: free
envVars:
- key: PORT
sync: false
- key: DB_URL
sync: false
- key: CORS_ORIGIN
sync: false
region: singapore
buildCommand: npm run build
startCommand: npm run start
version: "1"