feat(back-end): integration of clamAVS
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 1m18s
Build, Test and Deploy / build-and-push (push) Successful in 15s
Build, Test and Deploy / deploy (push) Successful in 9s

This commit is contained in:
2026-02-12 22:11:47 +01:00
parent f829ccef4a
commit e1d9823b51

View File

@@ -15,6 +15,8 @@ services:
- DB_PASSWORD=${DB_PASSWORD}
- TEMP_DIR=/app/temp
- PROFILES_DIR=/app/profiles
- CLAMAV_HOST=192.168.1.147
- CLAMAV_PORT=3310
restart: always
volumes:
- backend_profiles_${ENV}:/app/profiles