diff --git a/compose.yml b/compose.yml index e590002..41b0800 100644 --- a/compose.yml +++ b/compose.yml @@ -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}'