refactor: update name

This commit is contained in:
Mauricio Siu
2025-02-02 19:49:30 -06:00
parent d1aaeb9a7b
commit 51851567db
3 changed files with 97 additions and 87 deletions

View File

@@ -1,11 +1,11 @@
import { findServerById } from "@dokploy/server/services/server";
import type { ContainerCreateOptions } from "dockerode";
import { IS_CLOUD } from "../constants";
import { findAdminById } from "../services/admin";
import { getDokployImageTag } from "../services/settings";
import { pullImage, pullRemoteImage } from "../utils/docker/utils";
import { execAsync, execAsyncRemote } from "../utils/process/execAsync";
import { getRemoteDocker } from "../utils/servers/remote-docker";
import { IS_CLOUD } from "../constants";
export const setupMonitoring = async (serverId: string) => {
const server = await findServerById(serverId);