From d2c7ebeaf0657cf3e5a6e4308d8d827ef33a9795 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 13 Jan 2024 08:43:13 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index 50652b31..29caf4ac 100644 --- a/manifest.toml +++ b/manifest.toml @@ -57,3 +57,6 @@ ram.runtime = "50M" [resources.apt] packages = "pgloader, postgresql, postgresql-contrib, php8.2-curl, php8.2-gd, php8.2-mysql, php8.2-pgsql, php8.2-mbstring, php8.2-xml, php8.2-zip, php8.2-cli, php8.2-imagick, php8.2-gmp" + + [resources.database] + type = "postgresql"