Skip to content

Commit

Permalink
IMPR: add triplestore debug GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanLamote committed Jul 8, 2024
1 parent a50b316 commit c7a5a45
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ services:
logging: *default-logging
triplestore:
image: redpencil/virtuoso:1.2.0-rc.1
ports:
- 8890:8890
environment:
SPARQL_UPDATE: "true"
ENABLE_CORS: "*"
DEFAULT_GRAPH: "http://mu.semte.ch/application"
volumes:
- ./data/db:/data
Expand Down Expand Up @@ -114,8 +117,6 @@ services:
restart: always
logging: *default-logging
vocab-fetch:
build:
context: ./services/vocab-fetch
image: ${REG_NS:-vocabserver_app}/vocab-fetch:${BUILD_TAG}
volumes:
- ./data/vocab-fetch:/share
Expand Down Expand Up @@ -170,6 +171,14 @@ services:
MU_AUTH_ENDPOINT: "http://database:8890/sparql"
volumes:
- ./data/files:/share
yasgui:
# DEV purpose: debug built in triplestore
image: redpencil/yasgui:latest
environment:
DEFAULT_SPARQL_ENDPOINT: "http://docker-dev:8890/sparql"
# that should be in the setup script | same exposed port as graphdb
ports:
- 3034:80
networks:
ldes-consumers:
name: ldes-consumers

0 comments on commit c7a5a45

Please sign in to comment.