chore: Remap Postgres external port to 8101 for MCP access
All checks were successful
Test Asgard Runner / test (push) Successful in 2s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Vantz Stockwell
2026-02-15 23:36:09 -05:00
parent 9bca8bd2fc
commit bd570ee199

View File

@@ -9,7 +9,7 @@ services:
volumes:
- pg_data:/var/lib/postgresql/data
ports:
- "5432:5432"
- "8101:5432"
healthcheck:
test: ["CMD-SHELL", "pg_isready -U corrosion"]
interval: 5s