update mem_limit and glance disk monit

This commit is contained in:
dado
2025-05-31 18:53:22 +02:00
parent 7d593bcf0f
commit df0a123903
12 changed files with 36 additions and 17 deletions

View File

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