differentiate results volumes

This commit is contained in:
Collin M. Barrett 2019-06-22 14:13:30 -05:00
parent e7d60b46db
commit b168e06b66
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ services:
networks:
- test-data
volumes:
- test-results:/app/tests/FilterLists.Data.Tests/TestResults
- test-data-results:/app/tests/FilterLists.Data.Tests/TestResults
depends_on:
- mariadb
@ -34,4 +34,4 @@ networks:
test-data:
volumes:
test-results:
test-data-results:

View file

@ -10,10 +10,10 @@ services:
networks:
- test-services
volumes:
- test-results:/app/tests/FilterLists.Services.Tests/TestResults
- test-services-results:/app/tests/FilterLists.Services.Tests/TestResults
networks:
test-services:
volumes:
test-results:
test-services-results: