mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
fix ip allow list
This commit is contained in:
parent
8ae426a4de
commit
96131b0bcb
1 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,8 @@ databases:
|
|||
user: apollo
|
||||
databaseName: apollo
|
||||
postgresMajorVersion: 14
|
||||
ipAllowList: [] # only allow internal connections
|
||||
ipAllowList:
|
||||
- 10.204.0.0/16
|
||||
|
||||
services:
|
||||
# Redis
|
||||
|
@ -12,7 +13,8 @@ services:
|
|||
name: srv.redis
|
||||
plan: pro
|
||||
maxmemoryPolicy: noeviction
|
||||
ipAllowList: [] # only allow internal connections
|
||||
ipAllowList:
|
||||
- 10.204.0.0/16
|
||||
|
||||
# PGBouncer
|
||||
- type: pserv
|
||||
|
|
Loading…
Reference in a new issue