added internal ports configuration

This commit is contained in:
Jêrome Rx
2017-03-08 16:40:20 +01:00
parent bc8e51d5ed
commit f5d60dd6e7
2 changed files with 15 additions and 6 deletions
+3 -2
View File
@@ -17,11 +17,12 @@ services:
environment:
- EVENTSTORE_CLUSTER_SIZE=3
- EVENTSTORE_CLUSTER_DNS=eventstore
- EVENTSTORE_CLUSTER_GOSSIP_PORT=2112
- EVENTSTORE_CLUSTER_GOSSIP_PORT=${internal_http_port}
- EVENTSTORE_EXT_HTTP_PREFIXES=http://*:${external_http_port}/
- EVENTSTORE_EXT_INT_HTTP_PORT=${internal_http_port}
- EVENTSTORE_EXT_INT_TCP_PORT=${internal_tcp_port}
- EVENTSTORE_EXT_HTTP_PORT=${external_http_port}
- EVENTSTORE_EXT_TCP_PORT=${external_tcp_port}
#- HOST_PUBLIC_IP='$(scw-metadata PUBLIC_IP_ADDRESS)'
ports:
- ${external_http_port}:${external_http_port}/tcp