forked from Flagsmith/flagsmith
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
27 lines (25 loc) · 695 Bytes
/
render.yaml
File metadata and controls
27 lines (25 loc) · 695 Bytes
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
# This file describes the deployment for a render.com One Click app install
# It builds the unified dockerfile, creates a DB connects the Flagsmith server to the DB
services:
# The Flagsmith Web Service
- type: web
name: flagsmith
env: docker
healthCheckPath: /health
envVars:
- key: PORT
value: 8000
- key: DATABASE_URL
fromDatabase:
name: flagsmith-db
property: connectionString
- key: DJANGO_ALLOWED_HOSTS
value: '*'
- key: GUNICORN_TIMEOUT
value: 300
databases:
# The Flagsmith Postgres Database
- name: flagsmith-db
databaseName: flagsmith
user: flagsmithuser
ipAllowList: []