This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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/
|
||||
Reference in New Issue
Block a user