mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-10 10:48:10 +02:00
Mailu/Redis: add explicit service resource limits & clamav_db volume
- use lookup(template) for redis resource injection - add cpus/mem/pids configs for all Mailu services - switch antivirus to dedicated clamav_db volume - add MAILU_CLAMAV_VOLUME var - cleanup set service_name per service in docker-compose template https://chatgpt.com/share/68d3d69b-06f0-800f-8c4d-4a74471ab961
This commit is contained in:
@@ -34,6 +34,7 @@ MAILU_WEBMAIL_DATA: "mailu_webmail_data"
|
||||
MAILU_FILTER_VOLUME: "mailu_filter"
|
||||
MAILU_DKIM_VOLUME: "mailu_dkim"
|
||||
MAILU_DOVECOT_MAIL_VOLUME: "mailu_dovecot_mail"
|
||||
MAILU_CLAMAV_VOLUME: "mailu_clamav_data"
|
||||
|
||||
## Network
|
||||
MAILU_DNS_RESOLVER: "{{ networks.local['web-app-mailu'].dns_resolver }}"
|
||||
|
Reference in New Issue
Block a user