File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11version : ' 3.4'
22
33services :
4+ identifier :
5+ ports :
6+ - " 80:80"
47 triplestore :
58 ports :
69 - " 8890:8890"
Original file line number Diff line number Diff line change @@ -7,20 +7,12 @@ services:
77 SESSION_COOKIE_SECURE : " on"
88 links :
99 - dispatcher:dispatcher
10- ports :
11- - " 80:80"
1210 dispatcher :
1311 image : semtech/mu-dispatcher:2.1.0-beta.2
1412 links :
1513 - resource:resource
1614 volumes :
1715 - ./config/dispatcher:/config
18- resource :
19- image : semtech/mu-cl-resources:1.22.1
20- links :
21- - database:database
22- volumes :
23- - ./config/resources:/config
2416 database :
2517 image : semtech/mu-authorization:0.6.0-beta.8
2618 environment :
@@ -37,10 +29,16 @@ services:
3729 labels :
3830 - " logging=true"
3931 triplestore :
40- image : redpencil/virtuoso:1.1.0
32+ image : redpencil/virtuoso:1.2.0-rc.1
4133 environment :
4234 SPARQL_UPDATE : " true"
4335 DEFAULT_GRAPH : " http://mu.semte.ch/application"
4436 volumes :
4537 - ./data/db:/data
4638 - ./config/virtuoso/virtuoso.ini:/data/virtuoso.ini
39+ resource :
40+ image : semtech/mu-cl-resources:1.22.2
41+ links :
42+ - database:database
43+ volumes :
44+ - ./config/resources:/config
You can’t perform that action at this time.
0 commit comments