mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
chore: remote monitoring containers from stage
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user