We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ce57d commit 24491e4Copy full SHA for 24491e4
docker/stage.yml
@@ -115,24 +115,6 @@ services:
115
volumes:
116
- /var/run/docker.sock:/var/run/docker.sock
117
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
-
136
networks:
137
cloud:
138
driver: overlay
0 commit comments