Merge pull request #9786 from appwrite/fix-task-stats-resource-crashing

fix: prevent appwrite-task-stats-resources from crashing
This commit is contained in:
Steven Nguyen 2025-05-17 15:39:18 -07:00 committed by GitHub
commit 90ab94fe5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -685,11 +685,9 @@ $image = $this->getParam('image', '');
container_name: appwrite-task-stats-resources container_name: appwrite-task-stats-resources
entrypoint: stats-resources entrypoint: stats-resources
<<: *x-logging <<: *x-logging
restart: unless-stopped
networks: networks:
- appwrite - appwrite
volumes:
- ./app:/usr/src/code/app
- ./src:/usr/src/code/src
depends_on: depends_on:
- redis - redis
- mariadb - mariadb