Add an env var for PORT on render
This commit is contained in:
@@ -17,6 +17,8 @@ services:
|
||||
numInstances: 1
|
||||
healthCheckPath: /up
|
||||
envVars:
|
||||
- key: PORT
|
||||
value: 3000
|
||||
- key: DATABASE_URL
|
||||
fromDatabase:
|
||||
name: mysite
|
||||
|
||||
Reference in New Issue
Block a user