File tree 5 files changed +4
-4
lines changed
5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Virtuoso files /data/db
2
2
/data /db /*
3
+ /data /authorization /*
3
4
! /data /db /virtuoso.ini
4
5
! /data /db /toLoad
5
6
! /data /db /toLoad /*
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -28,21 +28,20 @@ services:
28
28
delta-notifier :
29
29
image : semtech/mu-delta-notifier:0.4.0
30
30
volumes :
31
- - ./config/delta-notifier :/config/
31
+ - ./config/delta:/config/
32
32
labels :
33
33
- " logging=true"
34
34
database :
35
35
image : semtech/sparql-parser:0.0.7
36
36
volumes :
37
- - ./config/mu-cl- authorization/:/config/
38
- - ./data/mu-cl- authorization/:/data/
37
+ - ./config/authorization/:/config/
38
+ - ./data/authorization/:/data/
39
39
labels :
40
40
- " logging=true"
41
41
triplestore :
42
42
image : redpencil/virtuoso:1.2.0-rc.1
43
43
environment :
44
44
SPARQL_UPDATE : " true"
45
- DEFAULT_GRAPH : " http://mu.semte.ch/application"
46
45
volumes :
47
46
- ./data/db:/data
48
47
- ./config/virtuoso/virtuoso.ini:/data/virtuoso.ini
You can’t perform that action at this time.
0 commit comments