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
|
user: apollo
|
||||||
databaseName: apollo
|
databaseName: apollo
|
||||||
postgresMajorVersion: 14
|
postgresMajorVersion: 14
|
||||||
|
ipAllowList: [] # only allow internal connections
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# Redis
|
# Redis
|
||||||
|
@ -11,6 +12,7 @@ services:
|
||||||
name: srv.redis
|
name: srv.redis
|
||||||
plan: pro
|
plan: pro
|
||||||
maxmemoryPolicy: noeviction
|
maxmemoryPolicy: noeviction
|
||||||
|
ipAllowList: [] # only allow internal connections
|
||||||
|
|
||||||
# PGBouncer
|
# PGBouncer
|
||||||
- type: worker
|
- type: worker
|
||||||
|
@ -23,7 +25,7 @@ services:
|
||||||
value: postgres,apollo
|
value: postgres,apollo
|
||||||
- key: DATABASE_URL
|
- key: DATABASE_URL
|
||||||
fromService:
|
fromService:
|
||||||
type: database
|
type: postgres
|
||||||
name: srv.postgres
|
name: srv.postgres
|
||||||
property: connectionString
|
property: connectionString
|
||||||
- key: DEFAULT_POOL_SIZE
|
- key: DEFAULT_POOL_SIZE
|
||||||
|
|
Loading…
Reference in a new issue