Merge branch 'canary' into fix/monitoring

This commit is contained in:
Mauricio Siu 2025-02-02 19:50:28 -06:00 committed by GitHub
commit 2a295d6492
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@ import { getRemoteDocker } from "../utils/servers/remote-docker";
export const setupMonitoring = async (serverId: string) => {
const server = await findServerById(serverId);
const containerName = "dokploy-monitoring";
let imageName = "dokploy/monitoring:latest";