fix docker-compose files to work with 21.10

fixes to match TCP protocol of 21.10
fixes so that we can gossip on SSL
This commit is contained in:
Nicolas Dextraze
2022-10-22 20:07:01 -04:00
parent aa07b04dd3
commit 5059892bc0
34 changed files with 6741 additions and 6704 deletions

View File

@ -55,7 +55,7 @@ function setUpWithGossipSeeds(cb) {
}
function setUpWithDns(cb) {
var clusterDns = 'discover://eventstore.local:2113';
var clusterDns = 'discover://' + process.env.EVENTSTORE_HOST + ':2113';
this.log = settings.log;
this.testStreamName = 'test-' + uuid.v4();
var connected = false;