From 8d86bfd1b7078be516d4c078db505b0e6649c5f3 Mon Sep 17 00:00:00 2001 From: autocommit Date: Wed, 10 Jun 2026 06:01:33 -0700 Subject: [PATCH] =?UTF-8?q?chore(infra):=20=F0=9F=94=A7=20Update=20product?= =?UTF-8?q?ion=20Docker=20Compose=20for=20optimized=20service=20scaling=20?= =?UTF-8?q?and=20resource=20limits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- infrastructure/docker-compose.prod.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infrastructure/docker-compose.prod.yaml b/infrastructure/docker-compose.prod.yaml index 2ebeb86..aad615e 100644 --- a/infrastructure/docker-compose.prod.yaml +++ b/infrastructure/docker-compose.prod.yaml @@ -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}