mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge branch 'canary' into fix/monitoring
This commit is contained in:
@@ -10,6 +10,7 @@ import { getRemoteDocker } from "../utils/servers/remote-docker";
|
|||||||
export const setupMonitoring = async (serverId: string) => {
|
export const setupMonitoring = async (serverId: string) => {
|
||||||
const server = await findServerById(serverId);
|
const server = await findServerById(serverId);
|
||||||
|
|
||||||
|
|
||||||
const containerName = "dokploy-monitoring";
|
const containerName = "dokploy-monitoring";
|
||||||
let imageName = "dokploy/monitoring:latest";
|
let imageName = "dokploy/monitoring:latest";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user