added memory and cpu values

This commit is contained in:
2023-04-11 17:24:05 +00:00
parent 919687f91c
commit 1a383a04fb
@@ -49,6 +49,11 @@ services:
- MYSQL_USER=nextcloud - MYSQL_USER=nextcloud
- MYSQL_HOST=db - MYSQL_HOST=db
- REDIS_HOST=redis - REDIS_HOST=redis
deploy:
resources:
limits:
cpus: '5.0'
memory: 3G
redis: redis:
image: redis:latest image: redis:latest