forked from Tamarou/nerdfight.online
-
Notifications
You must be signed in to change notification settings - Fork 0
/
render.yaml
50 lines (48 loc) · 1.17 KB
/
render.yaml
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
47
48
49
databases:
- name: gotosocial
region: ohio
plan: starter # $7/mo
services:
- type: web
name: gotosocial-app
env: docker
plan: starter # $7/mo - required for persistent disk
region: ohio
autoDeploy: false
envVars:
- key: GTS_HOST
value: kowloon.social
- key: GTS_DB_ADDRESS
fromDatabase:
name: gotosocial
property: host
- key: GTS_DB_USER
fromDatabase:
name: gotosocial
property: user
- key: GTS_DB_PASSWORD
fromDatabase:
name: gotosocial
property: password
- key: GTS_STORAGE_BACKEND
value: s3
- key: GTS_STORAGE_S3_ENDPOINT
value: us-east-1.linodeobjects.com
- key: GTS_STORAGE_S3_BUCKET
value: nerdfight.online
- key: GTS_STORAGE_S3_ACCESS_KEY
sync: false
- key: GTS_STORAGE_S3_SECRET_KEY
sync: false
- key: GTS_OIDC_ENABLED
value: false
- key: GTS_OIDC-IDP-NAME
value: Auth0
- key: GTS_OIDC_ISSUER
value: https://dev-u30o0ebhxa1w43o8.us.auth0.com/login
- key: GTS_OIDC_CLIENT_ID
sync: false
- key: GTS_OIDC_CLIENT_SECRET
sync: false
- key: GTS_OIDC_LINK_EXISTING
value: true