Skip to content

Commit

Permalink
new config params for gstore in dockerfile, affects only dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
manonthegithub committed Jun 25, 2024
1 parent a7d2fd1 commit 213f17d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ services:
STORAGE_USER: ${VIRTUOSO_USER}
STORAGE_PASS: ${VIRTUOSO_PASSWORD}
STORAGE_SPARQL_ENDPOINT_URI: http://virtuoso:8890/sparql
# gstore now is preloading the context for localhost from a configured remote location
# only needed for dev env with context at localhost
DEFAULT_JSONLD_LOCALHOST_CONTEXT: http://localhost:3000/res/context.jsonld
DEFAULT_JSONLD_LOCALHOST_CONTEXT_LOCATION: https://databus.dbpedia.org/res/context.jsonld
ports:
- "127.0.0.1:3002:8080"
volumes:
Expand Down

0 comments on commit 213f17d

Please sign in to comment.