modificato limiti mem ram

This commit is contained in:
piccihud 2024-12-29 16:24:28 +01:00
parent f654c92564
commit be6b321c56
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ services:
image: henrygd/beszel:latest
container_name: beszel
restart: unless-stopped
mem_limit: 1g
mem_limit: 256m
extra_hosts:
- host.docker.internal:host-gateway
ports:

View File

@ -32,7 +32,7 @@ services:
mariadb:
image: mariadb:11.2
container_name: "castopod-mariadb"
mem_limit: 512m
mem_limit: 1g
networks:
- castopod-db
volumes:

View File

@ -8,7 +8,7 @@ services:
- TZ=CET # optional: set desired timezone
- NTFY_BASE_URL=https://ntfy.ilnostropianetaselvaggio.it
- NTFY_BEHIND_PROXY=true
mem_limit: 512m
mem_limit: 128m
volumes:
- /var/cache/ntfy:/var/cache/ntfy
- /etc/ntfy:/etc/ntfy