Skip to content

Commit 31cb9f5

Browse files
committed
virtuoso settings are also needed for the seek container to use the sparql interface
1 parent e4b0510 commit 31cb9f5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker-compose-virtuoso.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ services:
2020
SOLR_PORT: 8983
2121
SOLR_HOST: solr
2222
NO_ENTRYPOINT_WORKERS: 1
23+
DBA_PASSWORD: wibble
24+
RDF_PUBLIC_GRAPH: 'seek:public'
25+
#RDF_PRIVATE_GRAPH: 'seek:private'
26+
VIRTUOSO: 'true'
2327
env_file:
2428
- docker/db.env
2529
volumes:
@@ -79,7 +83,7 @@ services:
7983
- /opt/solr/server/solr/configsets/seek_config
8084

8185
virtuoso:
82-
image: openlink/virtuoso-opensource-7
86+
image: openlink/virtuoso-opensource-7:7.2.15
8387
container_name: seek-virtuoso
8488
restart: always
8589
ports:

0 commit comments

Comments
 (0)