forked from altair-graphql/altair
-
Notifications
You must be signed in to change notification settings - Fork 0
/
render.yaml
34 lines (34 loc) · 844 Bytes
/
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
services:
# A Docker web service
- type: web
name: api
runtime: docker
repo: https://github.com/altair-graphql/altair.git
healthCheckPath: /
envVars:
- key: JWT_ACCESS_SECRET
sync: false
- key: EVENTS_JWT_ACCESS_SECRET
sync: false
- key: JWT_REFRESH_SECRET
sync: false
- key: GOOGLE_OAUTH_CLIENT_ID
sync: false
- key: GOOGLE_OAUTH_CLIENT_SECRET
sync: false
- key: POSTGRES_DB
sync: false
- key: POSTGRES_USER
sync: false
- key: POSTGRES_PASSWORD
sync: false
- key: DATABASE_URL
fromDatabase:
name: postgresdb
property: connectionString
- key: STRIPE_SECRET_KEY
sync: false
- key: STRIPE_WEBHOOK_SECRET
sync: false
databases:
- name: postgresdb