diff --git a/recipes.json b/recipes.json index 4d3a6b8..05571d0 100755 --- a/recipes.json +++ b/recipes.json @@ -7867,6 +7867,30 @@ "tag": "1.25.1" } } + }, + { + "5.1.1+27.1.5-fpm": { + "app": { + "image": "nextcloud", + "tag": "27.1.5-fpm" + }, + "cache": { + "image": "redis", + "tag": "7.2.3-alpine" + }, + "cron": { + "image": "nextcloud", + "tag": "27.1.5-fpm" + }, + "db": { + "image": "postgres", + "tag": "12" + }, + "web": { + "image": "nginx", + "tag": "1.25.3" + } + } } ], "website": "https://github.com/nextcloud/server"