mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-10 22:17:44 +00:00
add more env to blueprint
This commit is contained in:
parent
6fcd957d22
commit
0e6365e819
1 changed files with 24 additions and 0 deletions
24
render.yaml
24
render.yaml
|
@ -62,6 +62,8 @@ services:
|
||||||
healthCheckPath: /v1/health
|
healthCheckPath: /v1/health
|
||||||
envVars:
|
envVars:
|
||||||
- fromGroup: env-settings
|
- fromGroup: env-settings
|
||||||
|
- key: BUGSNAG_APP_TYPE
|
||||||
|
value: api
|
||||||
- key: REDIS_URL
|
- key: REDIS_URL
|
||||||
fromService:
|
fromService:
|
||||||
type: redis
|
type: redis
|
||||||
|
@ -86,6 +88,10 @@ services:
|
||||||
plan: starter plus
|
plan: starter plus
|
||||||
envVars:
|
envVars:
|
||||||
- fromGroup: env-settings
|
- fromGroup: env-settings
|
||||||
|
- key: BUGSNAG_APP_TYPE
|
||||||
|
value: worker
|
||||||
|
- key: BUGSNAG_METADATA_QUEUE
|
||||||
|
value: notifications
|
||||||
- key: REDIS_URL
|
- key: REDIS_URL
|
||||||
fromService:
|
fromService:
|
||||||
type: redis
|
type: redis
|
||||||
|
@ -110,6 +116,10 @@ services:
|
||||||
plan: starter plus
|
plan: starter plus
|
||||||
envVars:
|
envVars:
|
||||||
- fromGroup: env-settings
|
- fromGroup: env-settings
|
||||||
|
- key: BUGSNAG_APP_TYPE
|
||||||
|
value: worker
|
||||||
|
- key: BUGSNAG_METADATA_QUEUE
|
||||||
|
value: stuck
|
||||||
- key: REDIS_URL
|
- key: REDIS_URL
|
||||||
fromService:
|
fromService:
|
||||||
type: redis
|
type: redis
|
||||||
|
@ -134,6 +144,8 @@ services:
|
||||||
plan: starter
|
plan: starter
|
||||||
envVars:
|
envVars:
|
||||||
- fromGroup: env-settings
|
- fromGroup: env-settings
|
||||||
|
- key: BUGSNAG_APP_TYPE
|
||||||
|
value: scheduler
|
||||||
- key: REDIS_URL
|
- key: REDIS_URL
|
||||||
fromService:
|
fromService:
|
||||||
type: redis
|
type: redis
|
||||||
|
@ -154,6 +166,10 @@ services:
|
||||||
plan: starter
|
plan: starter
|
||||||
envVars:
|
envVars:
|
||||||
- fromGroup: env-settings
|
- fromGroup: env-settings
|
||||||
|
- key: BUGSNAG_APP_TYPE
|
||||||
|
value: worker
|
||||||
|
- key: BUGSNAG_METADATA_QUEUE
|
||||||
|
value: users
|
||||||
- key: REDIS_URL
|
- key: REDIS_URL
|
||||||
fromService:
|
fromService:
|
||||||
type: redis
|
type: redis
|
||||||
|
@ -174,6 +190,10 @@ services:
|
||||||
plan: starter plus
|
plan: starter plus
|
||||||
envVars:
|
envVars:
|
||||||
- fromGroup: env-settings
|
- fromGroup: env-settings
|
||||||
|
- key: BUGSNAG_APP_TYPE
|
||||||
|
value: worker
|
||||||
|
- key: BUGSNAG_METADATA_QUEUE
|
||||||
|
value: subreddits
|
||||||
- key: REDIS_URL
|
- key: REDIS_URL
|
||||||
fromService:
|
fromService:
|
||||||
type: redis
|
type: redis
|
||||||
|
@ -198,6 +218,10 @@ services:
|
||||||
plan: starter plus
|
plan: starter plus
|
||||||
envVars:
|
envVars:
|
||||||
- fromGroup: env-settings
|
- fromGroup: env-settings
|
||||||
|
- key: BUGSNAG_APP_TYPE
|
||||||
|
value: worker
|
||||||
|
- key: BUGSNAG_METADATA_QUEUE
|
||||||
|
value: trending
|
||||||
- key: REDIS_URL
|
- key: REDIS_URL
|
||||||
fromService:
|
fromService:
|
||||||
type: redis
|
type: redis
|
||||||
|
|
Loading…
Reference in a new issue