We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19f7465 + 0b71411 commit 6681ba7Copy full SHA for 6681ba7
packages/server/src/setup/monitoring-setup.ts
@@ -30,6 +30,9 @@ export const setupMonitoring = async (serverId: string) => {
30
// PidMode: "host",
31
// CapAdd: ["NET_ADMIN", "SYS_ADMIN"],
32
// Privileged: true,
33
+ RestartPolicy: {
34
+ Name: "always",
35
+ },
36
PortBindings: {
37
[`${server.metricsConfig.server.port}/tcp`]: [
38
{
@@ -103,6 +106,9 @@ export const setupWebMonitoring = async (userId: string) => {
103
106
104
107
105
108
109
110
111
112
113
[`${user?.metricsConfig?.server?.port}/tcp`]: [
114
0 commit comments