From c8bc2f975ad37766c90fabe25691e8bfa6e94da1 Mon Sep 17 00:00:00 2001 From: Josh Cox Date: Tue, 25 Jul 2017 11:02:55 -0500 Subject: [PATCH] version2yml --- .../reactioncommerce/0/rancher-compose.yml | 32 ++++++++++--------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/templates/reactioncommerce/0/rancher-compose.yml b/templates/reactioncommerce/0/rancher-compose.yml index 05375ff..7d5e135 100644 --- a/templates/reactioncommerce/0/rancher-compose.yml +++ b/templates/reactioncommerce/0/rancher-compose.yml @@ -1,4 +1,5 @@ -.catalog: +version: '2' +catalog: name: "reactiondemo" version: 1.4.0-rancher1 description: "E-commerce powered by reaction" @@ -52,18 +53,19 @@ - rancher-efs - rancher-ebs -reaction: - scale: 1 - retain_ip: true - health_check: - healthy_threshold: 2 - response_timeout: 5000 - port: 3000 - unhealthy_threshold: 3 - interval: 5000 - strategy: recreate - request_line: GET / # HTTP/1.0 +services: + reaction: + scale: 1 + retain_ip: true + health_check: + healthy_threshold: 2 + response_timeout: 5000 + port: 3000 + unhealthy_threshold: 3 + interval: 5000 + strategy: recreate + request_line: GET / # HTTP/1.0 -meango: - scale: 1 - retain_ip: true + meango: + scale: 1 + retain_ip: true