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