parametized http / tcp ports

This commit is contained in:
Jêrome Rx 2017-02-24 13:03:55 +01:00
parent 9b87dd562f
commit 5d1867a93d

View File

@ -35,14 +35,14 @@ services:
priority: 1 priority: 1
protocol: http protocol: http
service: eventstore service: eventstore
source_port: 2113 source_port: ${load_balancer_external_http_port}
target_port: 2113 target_port: 2113
- hostname: '' - hostname: ''
path: '' path: ''
priority: 2 priority: 2
protocol: tcp protocol: tcp
service: eventstore service: eventstore
source_port: 1113 source_port: ${load_balancer_external_tcp_port}
target_port: 1113 target_port: 1113
health_check: health_check:
response_timeout: 2000 response_timeout: 2000