modificato limiti mem ram
This commit is contained in:
parent
f654c92564
commit
be6b321c56
@ -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:
|
||||||
|
@ -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:
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user