From 24491e4f90c903b675b21e75d9c88b44ca33c3f9 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 17 Jan 2025 11:12:44 +0000 Subject: [PATCH] chore: remote monitoring containers from stage --- docker/stage.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/docker/stage.yml b/docker/stage.yml index e4400300e..1c12cbad8 100644 --- a/docker/stage.yml +++ b/docker/stage.yml @@ -115,24 +115,6 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock - resource-monitor: - image: ghcr.io/appwrite/monitoring:0.1.0 - entrypoint: monitoring - command: - - '--url=${_APP_BETTER_STACK_INCIDENT_URL}' - - '--interval=60' - - '--cpu-limit=85' - - '--memory-limit=80' - - '--disk-limit=85' - hostname: '{{.Node.Hostname}}' - <<: *x-logging - volumes: - - /mnt:/mnt:ro - deploy: - <<: *x-update-config - endpoint_mode: dnsrr - mode: global - networks: cloud: driver: overlay