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 image: henrygd/beszel:latest
container_name: beszel container_name: beszel
restart: unless-stopped restart: unless-stopped
mem_limit: 1g mem_limit: 256m
extra_hosts: extra_hosts:
- host.docker.internal:host-gateway - host.docker.internal:host-gateway
ports: ports:

View File

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

View File

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