This commit is contained in:
@@ -5,7 +5,7 @@ metadata:
|
|||||||
namespace: family-hub
|
namespace: family-hub
|
||||||
data:
|
data:
|
||||||
DB_HOST: postgres
|
DB_HOST: postgres
|
||||||
DB_PORT: "6432"
|
DB_PORT: "5432"
|
||||||
DB_NAME: familyHubDB
|
DB_NAME: familyHubDB
|
||||||
DB_USER: familyUser
|
DB_USER: familyUser
|
||||||
API_PORT: "8000"
|
API_PORT: "8000"
|
||||||
|
|||||||
@@ -3,3 +3,4 @@ FROM postgres:16
|
|||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends postgresql-16-cron \
|
&& apt-get install -y --no-install-recommends postgresql-16-cron \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
COPY infra/postgres/migrations/ /docker-entrypoint-initdb.d/
|
||||||
Reference in New Issue
Block a user