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}