Skip to content

Commit

Permalink
🩹Added av as dependency to node service for antivirus tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shepilov committed Dec 3, 2024
1 parent 49ec7b5 commit 97d8c74
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions tdrive/docker-compose.tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:

node:
Expand Down Expand Up @@ -31,12 +29,12 @@ services:
condition: service_healthy
mongo:
condition: service_healthy
# av:
# condition: service_healthy
# rabbitmq:
# condition: service_started
# elasticsearch:
# condition: service_healthy
av:
condition: service_healthy
rabbitmq:
condition: service_started
elasticsearch:
condition: service_healthy
createbucket:
condition: service_completed_successfully
links:
Expand Down

0 comments on commit 97d8c74

Please sign in to comment.