fix(core): Updated dependencies and refactored ClusterManager and CloudlyConnector for improved Docker management.
This commit is contained in:
@@ -22,7 +22,7 @@ export class Coreflow {
|
||||
|
||||
constructor() {
|
||||
this.serviceQenv = new plugins.qenv.Qenv('./', './.nogit');
|
||||
this.dockerHost = new plugins.docker.DockerHost(); // defaults to locally mounted docker sock
|
||||
this.dockerHost = new plugins.docker.DockerHost({}); // defaults to locally mounted docker sock
|
||||
this.internalServer = new InternalServer(this);
|
||||
this.cloudlyConnector = new CloudlyConnector(this);
|
||||
this.corechatConnector = new CoretrafficConnector(this);
|
||||
|
||||
Reference in New Issue
Block a user