Add an env var for PORT on render

This commit is contained in:
Ryan W
2023-09-30 14:17:36 -07:00
parent a01f054cb9
commit 33ee7a0640
3 changed files with 12 additions and 1 deletions
+2
View File
@@ -17,6 +17,8 @@ services:
numInstances: 1
healthCheckPath: /up
envVars:
- key: PORT
value: 3000
- key: DATABASE_URL
fromDatabase:
name: mysite