File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ services:
66 restart : always
77 env_file :
88 - docker/db.env
9+ # - docker/virtuoso.env
910 volumes :
1011 - seek-mysql-db:/var/lib/mysql
1112
@@ -20,12 +21,9 @@ services:
2021 SOLR_PORT : 8983
2122 SOLR_HOST : solr
2223 NO_ENTRYPOINT_WORKERS : 1
23- DBA_PASSWORD : wibble
24- RDF_PUBLIC_GRAPH : ' seek:public'
25- # RDF_PRIVATE_GRAPH: 'seek:private'
26- VIRTUOSO : ' true'
2724 env_file :
2825 - docker/db.env
26+ - docker/virtuoso.env
2927 volumes :
3028 - seek-filestore:/seek/filestore
3129 - seek-cache:/seek/tmp/cache
@@ -50,12 +48,9 @@ services:
5048 RAILS_ENV : production
5149 SOLR_PORT : 8983
5250 SOLR_HOST : solr
53- DBA_PASSWORD : wibble
54- RDF_PUBLIC_GRAPH : ' seek:public'
55- # RDF_PRIVATE_GRAPH: 'seek:private'
56- VIRTUOSO : ' true'
5751 env_file :
5852 - docker/db.env
53+ - docker/virtuoso.env
5954 volumes :
6055 - seek-filestore:/seek/filestore
6156 - seek-cache:/seek/tmp/cache
Original file line number Diff line number Diff line change 1+ DBA_PASSWORD : wibble
2+ RDF_PUBLIC_GRAPH : ' seek:public'
3+ # RDF_PRIVATE_GRAPH: 'seek:private'
4+ VIRTUOSO : ' true'
You can’t perform that action at this time.
0 commit comments