We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b0510 commit 31cb9f5Copy full SHA for 31cb9f5
docker-compose-virtuoso.yml
@@ -20,6 +20,10 @@ services:
20
SOLR_PORT: 8983
21
SOLR_HOST: solr
22
NO_ENTRYPOINT_WORKERS: 1
23
+ DBA_PASSWORD: wibble
24
+ RDF_PUBLIC_GRAPH: 'seek:public'
25
+ #RDF_PRIVATE_GRAPH: 'seek:private'
26
+ VIRTUOSO: 'true'
27
env_file:
28
- docker/db.env
29
volumes:
@@ -79,7 +83,7 @@ services:
79
83
- /opt/solr/server/solr/configsets/seek_config
80
84
81
85
virtuoso:
82
- image: openlink/virtuoso-opensource-7
86
+ image: openlink/virtuoso-opensource-7:7.2.15
87
container_name: seek-virtuoso
88
restart: always
89
ports:
0 commit comments