CL INT_HTTP_PREFIXES & EXT_HTTP_PREFIXES

This commit is contained in:
Jêrome Rx 2017-03-08 17:05:03 +01:00
parent bbd6d423c2
commit 7ea5b57438

View File

@ -23,6 +23,8 @@ services:
- EVENTSTORE_INT_TCP_PORT=${internal_tcp_port}
- EVENTSTORE_EXT_HTTP_PORT=${external_http_port}
- EVENTSTORE_EXT_TCP_PORT=${external_tcp_port}
- EVENTSTORE_INT_HTTP_PREFIXES=http://*:${internal_http_port}/
- EVENTSTORE_EXT_HTTP_PREFIXES=http://*:${external_http_port}/
ports:
- ${external_http_port}:${external_http_port}/tcp