-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.raw.yml
54 lines (45 loc) · 1.04 KB
/
docker-compose.raw.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
version: "3"
services:
redmine:
image: redmine
volumes:
- ./redmine-qualification-plugin:/usr/src/redmine/plugins/qualification
- ./redmine-ponderation-plugin:/usr/src/redmine/plugins/ponderation
- ./redmine-advise-plugin:/usr/src/redmine/plugins/advise
ports:
- "3000:3000"
networks:
- over
ri:
build: ./oraw2_issue-weight/ri-analytics-rationale-miner-fork
networks:
- over
ss:
build: ./oraw2_issue-weight/scikit-sentistrength
networks:
- over
oraw3:
build: oraw3_missing-features
environment:
- BACKEND_SS=http://ss:8080/issue_weighting
- BACKEND_RI=http://ri:9704/issue_weighting
networks:
- over
oraw4_aw:
build: oraw4_domain-type/aw-kmeans
networks:
- over
oraw4_or:
build: oraw4_domain-type/analytics-backend
networks:
- over
oraw4:
build: oraw4_redmine-adapter
networks:
- over
oraw5:
build: oraw5_issue-comparison/aw-closest-text
networks:
- over
networks:
over: