Skip to content

Commit

Permalink
♻️Added antivirus after rebasing refactoring to main
Browse files Browse the repository at this point in the history
  • Loading branch information
shepilov committed Nov 20, 2024
1 parent 1e494c3 commit ee9cc12
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions tdrive/docker-compose.dev.deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ services:
networks:
- tdrive_network

av:
image: clamav/clamav:latest
container_name: av
profiles:
- av
ports:
- 3310:3310
networks:
- tdrive_network

minio:
image: minio/minio
ports:
Expand Down
10 changes: 5 additions & 5 deletions tdrive/docker-compose.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
build:
context: .
dockerfile: docker/tdrive-node/Dockerfile
target: test
volumes:
- ./coverage/:/usr/src/app/coverage/
environment:
Expand All @@ -30,17 +31,16 @@ services:
condition: service_healthy
mongo:
condition: service_healthy
av:
condition: service_healthy
# av:
# condition: service_healthy
# rabbitmq:
# condition: service_started
elasticsearch:
condition: service_healthy
# elasticsearch:
# condition: service_healthy
createbucket:
condition: service_completed_successfully
links:
- mongo
- av
# - rabbitmq

nginx:
Expand Down

0 comments on commit ee9cc12

Please sign in to comment.