Skip to content

Commit dca9275

Browse files
committed
add downloads dirs to docker-compose.test.yml.
1 parent dd823c6 commit dca9275

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker-compose.test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ services:
1919
- ./cxgn:/home/production/cxgn
2020
# repos/sgn/sgn_test.conf assumes /home/vagrant
2121
- ./.git:/home/production/.git
22+
- shared_data:/downloads
2223
command: ["t/unit", "t/unit_fixture", "t/unit_mech"]
2324
networks:
2425
- test-breedbase
@@ -34,6 +35,7 @@ services:
3435
- type: bind
3536
source: ./cxgn/sgn/t/data
3637
target: /home/production/cxgn/sgn/t/data
38+
- shared_data:/downloads
3739
ports:
3840
- 5900:5900
3941
- 4444:4444
@@ -49,5 +51,8 @@ services:
4951
networks:
5052
- test-breedbase
5153

54+
volumes:
55+
shared_data:
56+
5257
networks:
5358
test-breedbase:

0 commit comments

Comments
 (0)