From a10e16633a07b9b5d104f5a15fdbdfa1447ed911 Mon Sep 17 00:00:00 2001 From: DerFossiBaer <56678897+DerFossiBaer@users.noreply.github.com> Date: Wed, 29 Jan 2025 17:58:14 +0100 Subject: [PATCH] Update constants-service.conf change php to 8.3 added postgresql version --- src/nextcloud/constants-service.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/nextcloud/constants-service.conf b/src/nextcloud/constants-service.conf index 684f4c1..e4665e2 100644 --- a/src/nextcloud/constants-service.conf +++ b/src/nextcloud/constants-service.conf @@ -30,7 +30,10 @@ LXC_KEYCTL="0" NEXTCLOUD_VERSION="latest" # Defines the php version to install -NEXTCLOUD_PHP_VERSION="8.2" +NEXTCLOUD_PHP_VERSION="8.3" + +# Defines the postgresql version to install +POSTGRES_VERSION=16 # Defines the IP from the SQL server NEXTCLOUD_DB_IP="127.0.0.1" @@ -51,4 +54,4 @@ NEXTCLOUD_DB_PWD="$(random_password)" LXC_MEM_MIN=4096 # service dependent meta tags -SERVICE_TAGS="php-fpm,nginx,postgresql" \ No newline at end of file +SERVICE_TAGS="php-fpm,nginx,postgresql"