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,7 +3,7 @@ services:
image: vaultwarden/server:latest
env_file: .env
container_name: vaultwarden
mem_limit: 512m
mem_limit: 256m
restart: unless-stopped
ports:
- 127.0.0.1:3001:80 # Needed for the ACME HTTP-01 challenge.