diff --git a/recipes.json b/recipes.json index d59d7ac..262ba4f 100755 --- a/recipes.json +++ b/recipes.json @@ -4233,6 +4233,30 @@ "tag": "0.1.4-backend-beta" } } + }, + { + "0.1.8+13.0.0": { + "app": { + "image": "karrot-dev/karrot-docker-images", + "tag": "13.0.0-backend" + }, + "db": { + "image": "postgres", + "tag": "14-alpine" + }, + "redis": { + "image": "redis", + "tag": "6-alpine" + }, + "web": { + "image": "karrot-dev/karrot-docker-images", + "tag": "13.0.0-frontend" + }, + "worker": { + "image": "karrot-dev/karrot-docker-images", + "tag": "13.0.0-backend" + } + } } ], "website": ""