From 4ad5d298d96c4d714c07b0389dfd176cee070732 Mon Sep 17 00:00:00 2001 From: TheoPouletSouchard Date: Thu, 13 Aug 2026 14:50:37 +0200 Subject: [PATCH] two web containers --- scalingo.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/scalingo.json b/scalingo.json index 21b3c90..eea5f8c 100644 --- a/scalingo.json +++ b/scalingo.json @@ -3,5 +3,15 @@ "description": "Sample Ruby web application using the Sinatra framework", "logo": "https://scalingo.com/logo.svg", "repository": "https://github.com/Scalingo/sample-ruby-sinatra", - "website": "https://ruby-sinatra.is-easy-on-scalingo.com/" + "website": "https://ruby-sinatra.is-easy-on-scalingo.com/", + "formation": { + "web": { + "amount": 2, + "size": "M" + }, + "web": { + "amount": 1, + "size": "S" + } + } }