From 152e85b203976d4dba983e61bb41f14afd677bda Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 27 Feb 2024 08:46:20 +0000 Subject: [PATCH] Chore: update catalogue --- recipes.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/recipes.json b/recipes.json index acb5677..4e03995 100755 --- a/recipes.json +++ b/recipes.json @@ -8460,6 +8460,30 @@ } } }, + { + "5.0.3+27.0.1-fpm": { + "app": { + "image": "nextcloud", + "tag": "27.0.1-fpm" + }, + "cache": { + "image": "redis", + "tag": "7.0.12-alpine" + }, + "cron": { + "image": "nextcloud", + "tag": "27.0.1-fpm" + }, + "db": { + "image": "postgres", + "tag": "12" + }, + "web": { + "image": "nginx", + "tag": "1.25.1" + } + } + }, { "5.1.1+27.1.5-fpm": { "app": {