Skip to content

Commit 1709307

Browse files
committed
Folder renaming based on existing projects
This is largely based on what we find in the wild which is probably the best bet for the current timeframe. Co-author: @erikap
1 parent fcc2f68 commit 1709307

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Virtuoso files /data/db
22
/data/db/*
3+
/data/authorization/*
34
!/data/db/virtuoso.ini
45
!/data/db/toLoad
56
!/data/db/toLoad/*
File renamed without changes.

data/database/.gitkeep

Whitespace-only changes.

docker-compose.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,20 @@ services:
2828
delta-notifier:
2929
image: semtech/mu-delta-notifier:0.4.0
3030
volumes:
31-
- ./config/delta-notifier:/config/
31+
- ./config/delta:/config/
3232
labels:
3333
- "logging=true"
3434
database:
3535
image: semtech/sparql-parser:0.0.7
3636
volumes:
37-
- ./config/mu-cl-authorization/:/config/
38-
- ./data/mu-cl-authorization/:/data/
37+
- ./config/authorization/:/config/
38+
- ./data/authorization/:/data/
3939
labels:
4040
- "logging=true"
4141
triplestore:
4242
image: redpencil/virtuoso:1.2.0-rc.1
4343
environment:
4444
SPARQL_UPDATE: "true"
45-
DEFAULT_GRAPH: "http://mu.semte.ch/application"
4645
volumes:
4746
- ./data/db:/data
4847
- ./config/virtuoso/virtuoso.ini:/data/virtuoso.ini

0 commit comments

Comments
 (0)