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