-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrender.yaml
20 lines (19 loc) · 849 Bytes
/
render.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This file was generated by Render's heroku-import Heroku CLI plugin
# https://www.npmjs.com/package/@renderinc/heroku-import
# Schema documented at https://render.com/docs/yaml-spec
services:
- type: web # valid values: https://render.com/docs/yaml-spec#type
name: effect-size-calculator
env: docker # valid values: https://render.com/docs/yaml-spec#environment
dockerfilePath: Dockerfile.render
plan: starter # optional; defaults to starter
numInstances: 1
envVars:
- key: FAYE_URL # Imported from Heroku app
value: https://effect-size-calculator.herokuapp.com
- key: LANG # Imported from Heroku app
value: en_US.UTF-8
- key: PYTHON_URL # Imported from Heroku app
value: https://phlm-aera.appspot.com/
- key: RACK_ENV # Imported from Heroku app
value: production