mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-15 08:27:42 +00:00
fix env
This commit is contained in:
parent
b2ca4e1bda
commit
5101f07d7a
1 changed files with 31 additions and 29 deletions
60
render.yaml
60
render.yaml
|
@ -6,35 +6,6 @@ databases:
|
||||||
postgresMajorVersion: 14
|
postgresMajorVersion: 14
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# Environmnet
|
|
||||||
- name: env-settings
|
|
||||||
envVars:
|
|
||||||
- key: APPLE_KEY_ID
|
|
||||||
sync: false
|
|
||||||
- key: APPLE_KEY_PATH
|
|
||||||
value: /etc/secrets/apple.p8
|
|
||||||
- key: APPLE_TEAM_ID
|
|
||||||
sync: false
|
|
||||||
- key: BUGSNAG_API_KEY
|
|
||||||
sync: false
|
|
||||||
- key: DATABASE_CONNECTION_POOL_URL
|
|
||||||
sync: false # TODO
|
|
||||||
- key: DD_API_KEY
|
|
||||||
sync: false
|
|
||||||
- key: ENV
|
|
||||||
sync: false
|
|
||||||
- key: REDDIT_CLIENT_ID
|
|
||||||
sync: false
|
|
||||||
- key: REDIS_URL
|
|
||||||
fromService:
|
|
||||||
type: redis
|
|
||||||
name: srv.redis
|
|
||||||
property: connectionString
|
|
||||||
- key: SMTP2GO_API_KEY
|
|
||||||
sync: false
|
|
||||||
- key: STATSD_URL
|
|
||||||
sync: false
|
|
||||||
|
|
||||||
# Redis
|
# Redis
|
||||||
- type: redis
|
- type: redis
|
||||||
name: srv.redis
|
name: srv.redis
|
||||||
|
@ -173,3 +144,34 @@ services:
|
||||||
buildCommand: go install github.com/bugsnag/panic-monitor@latest && go build ./cmd/apollo
|
buildCommand: go install github.com/bugsnag/panic-monitor@latest && go build ./cmd/apollo
|
||||||
startCommand: panic-monitor ./apollo worker --queue trending --multiplier 64
|
startCommand: panic-monitor ./apollo worker --queue trending --multiplier 64
|
||||||
autoDeploy: false
|
autoDeploy: false
|
||||||
|
|
||||||
|
envVarGroups:
|
||||||
|
# Environmnet
|
||||||
|
- name: env-settings
|
||||||
|
envVars:
|
||||||
|
- key: APPLE_KEY_ID
|
||||||
|
sync: false
|
||||||
|
- key: APPLE_KEY_PATH
|
||||||
|
value: /etc/secrets/apple.p8
|
||||||
|
- key: APPLE_TEAM_ID
|
||||||
|
sync: false
|
||||||
|
- key: BUGSNAG_API_KEY
|
||||||
|
sync: false
|
||||||
|
- key: DATABASE_CONNECTION_POOL_URL
|
||||||
|
sync: false # TODO
|
||||||
|
- key: DD_API_KEY
|
||||||
|
sync: false
|
||||||
|
- key: ENV
|
||||||
|
sync: false
|
||||||
|
- key: REDDIT_CLIENT_ID
|
||||||
|
sync: false
|
||||||
|
- key: REDIS_URL
|
||||||
|
fromService:
|
||||||
|
type: redis
|
||||||
|
name: srv.redis
|
||||||
|
property: connectionString
|
||||||
|
- key: SMTP2GO_API_KEY
|
||||||
|
sync: false
|
||||||
|
- key: STATSD_URL
|
||||||
|
sync: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue