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
96131b0bcb
commit
253fc7bbc6
1 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,8 @@ databases:
|
|||
databaseName: apollo
|
||||
postgresMajorVersion: 14
|
||||
ipAllowList:
|
||||
- 10.204.0.0/16
|
||||
- source: 10.204.0.0/16
|
||||
description: internal
|
||||
|
||||
services:
|
||||
# Redis
|
||||
|
@ -14,7 +15,8 @@ services:
|
|||
plan: pro
|
||||
maxmemoryPolicy: noeviction
|
||||
ipAllowList:
|
||||
- 10.204.0.0/16
|
||||
- source: 10.204.0.0/16
|
||||
description: internal
|
||||
|
||||
# PGBouncer
|
||||
- type: pserv
|
||||
|
|
Loading…
Reference in a new issue