template.yaml 714 B

12345678910111213141516171819202122232425262728
  1. ---
  2. kind: compose
  3. metadata:
  4. name: Clamav
  5. description: >
  6. Docker compose setup for ClamAV, an open-source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
  7. This template configures ClamAV with a freshclam service for automatic virus database updates and a clamav service for scanning files.
  8. Project: https://www.clamav.net/
  9. Documentation: https://docs.clamav.net/
  10. GitHub: https://github.com/Cisco-Talos/clamav
  11. version: 1.5.1
  12. author: Christian Lempa
  13. date: '2025-10-31'
  14. tags:
  15. - antivirus
  16. - security
  17. draft: true
  18. spec:
  19. general:
  20. vars:
  21. clamav_version:
  22. type: str
  23. description: Clamav version
  24. default: latest