chore: expose postgres on port 4211 for external access
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
639ac329a8
commit
f06dcbaa6b
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user