chore(infra): 🔧 Update production Docker Compose for optimized service scaling and resource limits
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
0c0cfc0b69
commit
8d86bfd1b7
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,9 @@ services:
|
|||
mem_reservation: 230m
|
||||
ports:
|
||||
- "127.0.0.1:25434:5432"
|
||||
# wg-only read path for the quinn-data MCP on black (analytics_ro role).
|
||||
# 10.9.0.1 is the vps wireguard address — unreachable from the internet.
|
||||
- "10.9.0.1:25434:5432"
|
||||
environment:
|
||||
POSTGRES_USER: ${POSTGRES_USER}
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue