impostato limiti ram

This commit is contained in:
piccihud
2024-12-26 15:03:19 +01:00
parent 50f62ec0c1
commit c586d65461
15 changed files with 25 additions and 7 deletions

View File

@ -3,6 +3,7 @@ services:
container_name: snikket-proxy
image: snikket/snikket-web-proxy:stable
env_file: snikket.conf
mem_limit: 128m
network_mode: host
volumes:
- snikket_data:/snikket
@ -12,6 +13,7 @@ services:
container_name: snikket-certs
image: snikket/snikket-cert-manager:stable
env_file: snikket.conf
mem_limit: 128m
volumes:
- snikket_data:/snikket
- acme_challenges:/var/www/.well-known/acme-challenge
@ -21,8 +23,8 @@ services:
image: snikket/snikket-web-portal:stable
network_mode: host
env_file: snikket.conf
mem_limit: 128m
restart: "unless-stopped"
snikket_server:
container_name: snikket
image: snikket/snikket-server:stable
@ -30,6 +32,7 @@ services:
volumes:
- snikket_data:/snikket
env_file: snikket.conf
mem_limit: 512m
restart: "unless-stopped"
volumes: