Skip to content

Commit

Permalink
feature/render-1-click-installer (#669)
Browse files Browse the repository at this point in the history
* Added render.com one click installer
  • Loading branch information
dabeeeenster authored Jan 11, 2022
1 parent b3acebf commit 42752ce
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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
repo: https://github.com/flagsmith/flagsmith.git
healthCheckPath: /health
envVars:
- key: DATABASE_URL
fromDatabase:
name: flagsmith-db
property: connectionString
- key: DJANGO_ALLOWED_HOSTS
value: "*"

databases:
# The Flagsmith Postgres Database
- name: flagsmith-db
databaseName: flagsmith
user: flagsmithuser
ipAllowList: []

0 comments on commit 42752ce

Please sign in to comment.