mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-06 22:45:24 +02:00
Merge branch 'canary' into feat/add-admin-roles
This commit is contained in:
@@ -30,6 +30,9 @@ export const setupMonitoring = async (serverId: string) => {
|
||||
// PidMode: "host",
|
||||
// CapAdd: ["NET_ADMIN", "SYS_ADMIN"],
|
||||
// Privileged: true,
|
||||
RestartPolicy: {
|
||||
Name: "always",
|
||||
},
|
||||
PortBindings: {
|
||||
[`${server.metricsConfig.server.port}/tcp`]: [
|
||||
{
|
||||
@@ -103,6 +106,9 @@ export const setupWebMonitoring = async () => {
|
||||
// PidMode: "host",
|
||||
// CapAdd: ["NET_ADMIN", "SYS_ADMIN"],
|
||||
// Privileged: true,
|
||||
RestartPolicy: {
|
||||
Name: "always",
|
||||
},
|
||||
PortBindings: {
|
||||
[`${webServer?.metricsConfig?.server?.port}/tcp`]: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user