-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
23 lines (22 loc) · 913 Bytes
/
render.yaml
File metadata and controls
23 lines (22 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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: formulaonepredictionbot
env: docker # valid values: https://render.com/docs/yaml-spec#environment
dockerfilePath: Dockerfile.render
plan: free # optional; defaults to starter
numInstances: 1
envVars:
- key: POLLING # Imported from Heroku app
value: True
- key: PORT # Imported from Heroku app
value: 8000
- key: DATABASE_URL # Render PostgreSQL database
fromDatabase:
name: postgresql-colorful-40126
property: connectionString
databases: # Render PostgreSQL database
- name: postgresql-colorful-40126
ipAllowList: [] # only allow internal connections