update mem_limit and glance disk monit
This commit is contained in:
@ -32,7 +32,7 @@ services:
|
||||
mariadb:
|
||||
image: mariadb:11.2
|
||||
container_name: "castopod-mariadb"
|
||||
mem_limit: 1g
|
||||
mem_limit: 512m
|
||||
networks:
|
||||
- castopod-db
|
||||
volumes:
|
||||
@ -47,7 +47,7 @@ services:
|
||||
redis:
|
||||
image: redis:7.2-alpine
|
||||
container_name: "castopod-redis"
|
||||
mem_limit: 256m
|
||||
mem_limit: 64m
|
||||
command: --requirepass ${CP_REDIS_PASSWORD}
|
||||
volumes:
|
||||
- castopod-cache:/data
|
||||
|
Reference in New Issue
Block a user