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"