-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
36 lines (33 loc) · 1.31 KB
/
Copy pathrender.yaml
File metadata and controls
36 lines (33 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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
databases:
- name: full-stack-cryptobalance
databaseName: cryptobalancedb
user: admin
services:
- type: web # valid values: https://render.com/docs/yaml-spec#type
name: intense-bayou-22244
env: docker # valid values: https://render.com/docs/yaml-spec#environment
dockerfilePath: Dockerfile.render
plan: free # optional; defaults to starter
numInstances: 1
buildCommand: "./build.sh"
startCommand: "gunicorn cryptobalanceapi.wsgi:application"
envVars:
- key: ALLOWED_HOSTS # Imported from Heroku app
value: APP_NAME.herokuapp.com
- key: APP_NAME # Imported from Heroku app
value: intense-bayou-22244
- key: PORT # Imported from Heroku app
value: 5000
- key: REACT_APP_BACKEND_URL # Imported from Heroku app
value: https://intense-bayou-22244.herokuapp.com/
- key: WEB_CONCURRENCY # Imported from Heroku app
value: 1
- key: WSGI_PATH # Imported from Heroku app
value: server/cryptobalanceapi/wsgi.py
- key: DATABASE_URL
fromDatabase:
name: full-stack-cryptobalance
property: connectionString