Skip to content

Commit 24491e4

Browse files
committed
chore: remote monitoring containers from stage
1 parent a1ce57d commit 24491e4

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

docker/stage.yml

-18
Original file line numberDiff line numberDiff line change
@@ -115,24 +115,6 @@ services:
115115
volumes:
116116
- /var/run/docker.sock:/var/run/docker.sock
117117

118-
resource-monitor:
119-
image: ghcr.io/appwrite/monitoring:0.1.0
120-
entrypoint: monitoring
121-
command:
122-
- '--url=${_APP_BETTER_STACK_INCIDENT_URL}'
123-
- '--interval=60'
124-
- '--cpu-limit=85'
125-
- '--memory-limit=80'
126-
- '--disk-limit=85'
127-
hostname: '{{.Node.Hostname}}'
128-
<<: *x-logging
129-
volumes:
130-
- /mnt:/mnt:ro
131-
deploy:
132-
<<: *x-update-config
133-
endpoint_mode: dnsrr
134-
mode: global
135-
136118
networks:
137119
cloud:
138120
driver: overlay

0 commit comments

Comments
 (0)