mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-15 00:17:42 +00:00
try fixing more
This commit is contained in:
parent
4ae02139e3
commit
32209d3fee
1 changed files with 163 additions and 163 deletions
46
render.yaml
46
render.yaml
|
@ -1,5 +1,5 @@
|
|||
databases:
|
||||
- name: srv.postgres
|
||||
- name: srv.postgres
|
||||
plan: pro
|
||||
user: apollo
|
||||
databaseName: apollo
|
||||
|
@ -7,15 +7,15 @@ databases:
|
|||
ipAllowList: [] # only allow internal connections
|
||||
|
||||
services:
|
||||
# Redis
|
||||
- type: redis
|
||||
# Redis
|
||||
- type: redis
|
||||
name: srv.redis
|
||||
plan: pro
|
||||
maxmemoryPolicy: noeviction
|
||||
ipAllowList: [] # only allow internal connections
|
||||
|
||||
# PGBouncer
|
||||
- type: worker
|
||||
# PGBouncer
|
||||
- type: worker
|
||||
name: srv.pgbouncer
|
||||
env: docker
|
||||
plan: standard
|
||||
|
@ -40,8 +40,8 @@ services:
|
|||
- key: SERVER_RESET_QUERY
|
||||
value: DISCARD ALL
|
||||
|
||||
# StatsD
|
||||
- type: worker
|
||||
# StatsD
|
||||
- type: worker
|
||||
name: srv.statsd
|
||||
env: docker
|
||||
plan: standard
|
||||
|
@ -54,8 +54,8 @@ services:
|
|||
- key: DD_LOG_LEVEL
|
||||
value: ERROR
|
||||
|
||||
# API
|
||||
- type: web
|
||||
# API
|
||||
- type: web
|
||||
name: web.api
|
||||
env: go
|
||||
plan: standard
|
||||
|
@ -70,8 +70,8 @@ services:
|
|||
startCommand: panic-monitor ./apollo api
|
||||
autoDeploy: false
|
||||
|
||||
# Notifications
|
||||
- type: worker
|
||||
# Notifications
|
||||
- type: worker
|
||||
name: worker.notifications
|
||||
plan: starter plus
|
||||
envVars:
|
||||
|
@ -84,8 +84,8 @@ services:
|
|||
startCommand: panic-monitor ./apollo worker --queue notifications --multiplier 64
|
||||
autoDeploy: false
|
||||
|
||||
# Stuck Notifications Checker
|
||||
- type: worker
|
||||
# Stuck Notifications Checker
|
||||
- type: worker
|
||||
name: worker.notifications.stuck
|
||||
plan: starter plus
|
||||
envVars:
|
||||
|
@ -98,8 +98,8 @@ services:
|
|||
startCommand: panic-monitor ./apollo worker --queue stuck-notifications --multiplier 64
|
||||
autoDeploy: false
|
||||
|
||||
# Scheduler
|
||||
- type: worker
|
||||
# Scheduler
|
||||
- type: worker
|
||||
name: app.scheduler
|
||||
plan: starter
|
||||
envVars:
|
||||
|
@ -108,8 +108,8 @@ services:
|
|||
startCommand: panic-monitor ./apollo scheduler
|
||||
autoDeploy: false
|
||||
|
||||
# User Watcher
|
||||
- type: worker
|
||||
# User Watcher
|
||||
- type: worker
|
||||
name: worker.watcher.users
|
||||
plan: starter
|
||||
envVars:
|
||||
|
@ -118,8 +118,8 @@ services:
|
|||
startCommand: panic-monitor ./apollo worker --queue users --multiplier 16
|
||||
autoDeploy: false
|
||||
|
||||
# Subreddit Watcher
|
||||
- type: worker
|
||||
# Subreddit Watcher
|
||||
- type: worker
|
||||
name: worker.watcher.subreddits
|
||||
plan: starter plus
|
||||
envVars:
|
||||
|
@ -132,8 +132,8 @@ services:
|
|||
startCommand: panic-monitor ./apollo worker --queue subreddits --multiplier 64
|
||||
autoDeploy: false
|
||||
|
||||
# Trending Posts Watcher
|
||||
- type: worker
|
||||
# Trending Posts Watcher
|
||||
- type: worker
|
||||
name: worker.watcher.trending
|
||||
plan: starter plus
|
||||
envVars:
|
||||
|
@ -147,8 +147,8 @@ services:
|
|||
autoDeploy: false
|
||||
|
||||
envVarGroups:
|
||||
# Environmnet
|
||||
- name: env-settings
|
||||
# Environmnet
|
||||
- name: env-settings
|
||||
envVars:
|
||||
- key: APPLE_KEY_ID
|
||||
sync: false
|
||||
|
|
Loading…
Reference in a new issue