chore: open db port

This commit is contained in:
2026-02-18 17:06:04 +01:00
parent 0b6b23c42d
commit b1c20a374a

View File

@@ -24,6 +24,8 @@ services:
dockerfile: apps/chat/Dockerfile
postgres:
image: 'postgres:17-alpine'
ports:
- '6767:5432'
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: '${PG_PASS}'