Skip to content

Commit

Permalink
Merge pull request #111 from govCMS/fix/DEVOPS-631-httpav-vars
Browse files Browse the repository at this point in the history
[DEVOPS-631] Replace clamav vars with httpav's
  • Loading branch information
steveworley authored Oct 3, 2024
2 parents b0cdf17 + 6f217db commit a2dadfc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ x-environment: &default-environment
DRUPAL_SHIELD_PASS: ${DRUPAL_SHIELD_PASS:-}
GOVCMS_DEPLOY_WORKFLOW_CONFIG: ${GOVCMS_DEPLOY_WORKFLOW_CONFIG:-import}
GOVCMS_PREPARE_XML_SCRIPT: /app/vendor/bin/govcms-prepare-xml
CLAMAV_HOST: av
CLAMAV_MODE: daemon
HTTPAV_ENDPOINT: http://av:3993/scan
HTTPAV_RETURN_KEY: comodo
HTTP_PAYLOAD_KEY: malware

services:

Expand Down

0 comments on commit a2dadfc

Please sign in to comment.