fix(core): Updated dependencies and refactored ClusterManager and CloudlyConnector for improved Docker management.

This commit is contained in:
2024-12-20 02:58:26 +01:00
parent 51903eff5b
commit 4b7bf5fde4
8 changed files with 1696 additions and 1698 deletions
+1 -1
View File
@@ -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);