Skip to content

Commit d57d7db

Browse files
authored
Merge pull request #35 from geshan/render-yaml
Add render.yaml file
2 parents fbf0dfa + 8cc10e8 commit d57d7db

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

render.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
services:
2+
# A Node.js web service
3+
- type: web
4+
name: nodejs-postgresql
5+
env: node
6+
repo: https://github.com/geshan/nodejs-posgresql.git
7+
region: oregon
8+
branch: master
9+
buildCommand: npm install
10+
startCommand: npm start
11+
healthCheckPath: /
12+
envVars:
13+
- key: NODE_VERSION
14+
value: ~18.9.0
15+
- key: NODE_ENV
16+
value: production

0 commit comments

Comments
 (0)