From 5d1867a93dc189f7a1f7a2cb3694d611153e60e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=AArome=20Rx?= Date: Fri, 24 Feb 2017 13:03:55 +0100 Subject: [PATCH] parametized http / tcp ports --- templates/eventstore/0/rancher-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/eventstore/0/rancher-compose.yml b/templates/eventstore/0/rancher-compose.yml index d99bc1d..020ed1d 100644 --- a/templates/eventstore/0/rancher-compose.yml +++ b/templates/eventstore/0/rancher-compose.yml @@ -35,14 +35,14 @@ services: priority: 1 protocol: http service: eventstore - source_port: 2113 + source_port: ${load_balancer_external_http_port} target_port: 2113 - hostname: '' path: '' priority: 2 protocol: tcp service: eventstore - source_port: 1113 + source_port: ${load_balancer_external_tcp_port} target_port: 1113 health_check: response_timeout: 2000