We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd823c6 commit dca9275Copy full SHA for dca9275
docker-compose.test.yml
@@ -19,6 +19,7 @@ services:
19
- ./cxgn:/home/production/cxgn
20
# repos/sgn/sgn_test.conf assumes /home/vagrant
21
- ./.git:/home/production/.git
22
+ - shared_data:/downloads
23
command: ["t/unit", "t/unit_fixture", "t/unit_mech"]
24
networks:
25
- test-breedbase
@@ -34,6 +35,7 @@ services:
34
35
- type: bind
36
source: ./cxgn/sgn/t/data
37
target: /home/production/cxgn/sgn/t/data
38
39
ports:
40
- 5900:5900
41
- 4444:4444
@@ -49,5 +51,8 @@ services:
49
51
50
52
53
54
+volumes:
55
+ shared_data:
56
+
57
58
test-breedbase:
0 commit comments