chore: remote monitoring containers from stage

This commit is contained in:
Christy Jacob
2025-01-17 11:12:44 +00:00
parent a1ce57dc0d
commit 24491e4f90

View File

@@ -115,24 +115,6 @@ services:
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /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: networks:
cloud: cloud:
driver: overlay driver: overlay