Skip to content

Commit d93cc72

Browse files
committed
put the virtuoso settings in a .env file to avoid repeating
1 parent 31cb9f5 commit d93cc72

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

docker-compose-virtuoso.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff 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

docker/virtuoso.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
DBA_PASSWORD: wibble
2+
RDF_PUBLIC_GRAPH: 'seek:public'
3+
#RDF_PRIVATE_GRAPH: 'seek:private'
4+
VIRTUOSO: 'true'

0 commit comments

Comments
 (0)