mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-15 00:17:42 +00:00
more fixes
This commit is contained in:
parent
d21d20fe65
commit
78e66bb33e
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,7 @@ databases:
|
|||
user: apollo
|
||||
databaseName: apollo
|
||||
postgresMajorVersion: 14
|
||||
ipAllowList: [] # only allow internal connections
|
||||
|
||||
services:
|
||||
# Redis
|
||||
|
@ -11,6 +12,7 @@ services:
|
|||
name: srv.redis
|
||||
plan: pro
|
||||
maxmemoryPolicy: noeviction
|
||||
ipAllowList: [] # only allow internal connections
|
||||
|
||||
# PGBouncer
|
||||
- type: worker
|
||||
|
@ -23,7 +25,7 @@ services:
|
|||
value: postgres,apollo
|
||||
- key: DATABASE_URL
|
||||
fromService:
|
||||
type: database
|
||||
type: postgres
|
||||
name: srv.postgres
|
||||
property: connectionString
|
||||
- key: DEFAULT_POOL_SIZE
|
||||
|
|
Loading…
Reference in a new issue