-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrender.yaml
More file actions
46 lines (46 loc) · 1.04 KB
/
render.yaml
File metadata and controls
46 lines (46 loc) · 1.04 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
36
37
38
39
40
41
42
43
44
45
46
# Exported from Render on 2025-09-11T13:48:20Z
databases:
- name: flick_prod
databaseName: flick_prod
user: flick_prod_user
plan: basic-256mb
region: oregon
ipAllowList:
- source: 0.0.0.0/0
description: everywhere
postgresMajorVersion: "17"
diskSizeGB: 1
services:
- type: web
name: flick
runtime: elixir
repo: https://github.com/zorn/flick
plan: starter
envVars:
- key: ERLANG_VERSION
value: 28.4.3
- key: ELIXIR_VERSION
value: 1.19.5
- key: PHX_HOSTNAME
value: rankedvote.app
- key: SECRET_KEY_BASE
sync: false
- key: PHX_SERVER
value: "true"
- key: BASIC_AUTH_ADMIN_PASSWORD
sync: false
- key: BASIC_AUTH_ADMIN_USERNAME
sync: false
- key: DATABASE_URL
fromDatabase:
name: flick_prod
property: connectionString
region: oregon
buildCommand: ./bin/build.sh
startCommand: _build/prod/rel/flick/bin/flick eval "Flick.Release.migrate" && _build/prod/rel/flick/bin/flick
start
domains:
- www.rankedvote.app
- rankedvote.app
autoDeployTrigger: commit
version: "1"