Don't start rspamd without clamav

dynamic-resolution^2
Florent Daigniere 2 years ago
parent 59d1530cc0
commit a4a33b9ac1

@ -113,6 +113,9 @@ services:
- "{{ root }}/overrides/rspamd:/etc/rspamd/override.d:ro"
depends_on:
- front
{% if antivirus_enabled %}
- antivirus
{% endif %}
{% if resolver_enabled %}
- resolver
dns:

Loading…
Cancel
Save