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

This commit is contained in:
2026-05-24 17:45:35 +03:00
parent 11f4b9c921
commit 4ecd312c14
+4 -1
View File
@@ -2,4 +2,7 @@ FROM postgres:16
RUN apt-get update \
&& apt-get install -y --no-install-recommends postgresql-16-cron \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/* \
RUN echo "shared_preload_libraries = 'pg_cron'" >> /usr/share/postgresql/postgresql.conf.sample \
&& echo "cron.database_name = 'familyHubDB'" >> /usr/share/postgresql/postgresql.conf.sample