chore: expose postgres on port 4211 for external access

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Vantz Stockwell 2026-03-14 00:55:35 -04:00
parent 639ac329a8
commit f06dcbaa6b

View File

@ -21,6 +21,7 @@ services:
postgres: postgres:
image: postgres:16-alpine image: postgres:16-alpine
ports: ["4211:5432"]
volumes: [pgdata:/var/lib/postgresql/data] volumes: [pgdata:/var/lib/postgresql/data]
environment: environment:
POSTGRES_DB: wraith POSTGRES_DB: wraith