Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 776 Bytes

docker.md

File metadata and controls

26 lines (17 loc) · 776 Bytes

Docker Setup

Docker Desktop (Engine + Compose)

Linux (Ubuntu)

Configuring ClamAV antivirus

Prior to EKS, ClamAV (the virus scanner) was deployed in the same process as Vets API. With EKS, ClamAV has been extracted out into it’s own service. Locally you can see the docker-compose.yml config for clamav.

  1. In settings.local.yml add the following:
clamav:
  mock: false
  host: 'clamav'
  port: '3310'

These setting are the default, so they be can removed as well