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:
autocommit 2026-06-10 06:01:33 -07:00
parent 0c0cfc0b69
commit 8d86bfd1b7

View file

@ -41,6 +41,9 @@ services:
mem_reservation: 230m mem_reservation: 230m
ports: ports:
- "127.0.0.1:25434:5432" - "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: environment:
POSTGRES_USER: ${POSTGRES_USER} POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}