Skip to content

Commit

Permalink
➕ Add postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
llaumgui committed Sep 13, 2024
1 parent e752e29 commit 50d5fe9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 8.3-nextcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ RUN fetchDeps=" \
libldap2-dev \
# Build dependency for mbstring \
libonig-dev\
# Dependancy for PostgreSQL \
libpq \
# Build dependancies for PostgreSQL \
postgresql-client \
postgresql-dev \
# Build dependencies for XML part \
libxml2-dev \
# Build dependencies for Zip \
Expand Down Expand Up @@ -120,6 +125,7 @@ RUN fetchDeps=" \
opcache \
pcntl \
pdo_mysql \
pdo_pgsql \
shmop \
soap \
sysvsem \
Expand Down
7 changes: 7 additions & 0 deletions 8.3-nextcloud/php.d/nextcloud-postgres-recommended.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[PostgreSQL]
pgsql.allow_persistent = On
pgsql.auto_reset_persistent = Off
pgsql.max_persistent = -1
pgsql.max_links = -1
pgsql.ignore_notice = 0
pgsql.log_notice = 0

0 comments on commit 50d5fe9

Please sign in to comment.