fixed connection string in configs
Build and Deploy / build-and-deploy (push) Successful in 36s

This commit is contained in:
2026-05-23 19:26:59 +03:00
parent c8b49b2e6c
commit 884a536320
3 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ metadata:
namespace: family-hub
data:
DB_HOST: postgres
DB_PORT: "6432"
DB_PORT: "5432"
DB_NAME: familyHubDB
DB_USER: familyUser
API_PORT: "8000"
+1
View File
@@ -3,3 +3,4 @@ FROM postgres:16
RUN apt-get update \
&& apt-get install -y --no-install-recommends postgresql-16-cron \
&& rm -rf /var/lib/apt/lists/*
COPY infra/postgres/migrations/ /docker-entrypoint-initdb.d/