From 0ac81284fa48b16954b2e39f946248da929964e1 Mon Sep 17 00:00:00 2001 From: Zuev Date: Tue, 24 Feb 2026 20:14:47 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D0=BF=D1=80=D0=BE=D0=B1=D1=80=D0=BE?= =?UTF-8?q?=D1=81=20=D0=BF=D0=BE=D1=80=D1=82=D0=B0=20=D0=91=D0=94=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20DBeaver?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yaml b/compose.yaml index b266c61..a918b89 100644 --- a/compose.yaml +++ b/compose.yaml @@ -27,6 +27,8 @@ services: image: postgres:alpine3.23 container_name: db restart: always + ports: + - "5432:5432" environment: POSTGRES_USER: ${POSTGRES_USER} POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}