modificato limiti mem ram
This commit is contained in:
parent
f654c92564
commit
be6b321c56
@ -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:
|
||||
|
@ -32,7 +32,7 @@ services:
|
||||
mariadb:
|
||||
image: mariadb:11.2
|
||||
container_name: "castopod-mariadb"
|
||||
mem_limit: 512m
|
||||
mem_limit: 1g
|
||||
networks:
|
||||
- castopod-db
|
||||
volumes:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user