feat(back-end): add ClamAV service remember to add env and compose.deploy on server

This commit is contained in:
2026-02-19 15:59:33 +01:00
parent 2189e58cc6
commit 0d23521cac
13 changed files with 149 additions and 4 deletions

View File

@@ -10,6 +10,9 @@ services:
- DB_URL=${DB_URL}
- DB_USERNAME=${DB_USERNAME}
- DB_PASSWORD=${DB_PASSWORD}
- CLAMAV_HOST=${CLAMAV_HOST}
- CLAMAV_PORT=${CLAMAV_PORT}
- CLAMAV_ENABLED=${CLAMAV_ENABLED}
- TEMP_DIR=/app/temp
- PROFILES_DIR=/app/profiles
restart: always