Expose database port

This commit is contained in:
2026-03-15 21:07:01 +01:00
parent 2a58679886
commit 8a9d3c1bc7

View File

@@ -43,6 +43,8 @@ services:
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
volumes:
- postgres_data:/var/lib/postgresql
ports:
- "5432:5432"
healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"]
interval: 10s