You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`WDQS_PORT`**| "9999" | WDQS port (this service) |
48
-
|`WIKIBASE_SCHEME`| "http" | URL scheme of the Wikibase service |
49
-
|`WDQS_ENTITY_NAMESPACES`| "120,122" | Wikibase namespaces to load data from |
50
-
|`WIKIBASE_MAX_DAYS_BACK`| "90" | Maximum number of days updater can reach back in time from now |
51
-
|`MEMORY`| "" | Memory limit for Blazegraph |
52
-
|`HEAP_SIZE`| "1g" | Heap size for Blazegraph |
53
-
|`BLAZEGRAPH_EXTRA_OPTS`| "" | Extra options to be passed to Blazegraph,they must be prefixed with `-D`. Example: `-Dhttps.proxyHost=http://my.proxy.com -Dhttps.proxyPort=3128`. See [the WDQS User Manual](https://www.mediawiki.org/wiki/Wikidata_Query_Service/User_Manual#Configurable_properties). |
|**`WIKIBASE_HOST`**| "wikibase" | Hostname to reach the Wikibase service, e.g. the docker network internal hostname |
46
+
|**`WIKIBASE_CONCEPT_URI`**| "" | Concept URI, required for `/runUpdate.sh` only, the identifying prefix to entities in this knowledge graph, e.g. the public URL of the Wikibase host. |
|**`WDQS_PORT`**| "9999" | WDQS port (this service) |
49
+
|`WIKIBASE_SCHEME`| "http" | URL scheme used to reach the Wikibase service, e.g. http to reach a local wikibase on the same docker network |
50
+
|`WDQS_ENTITY_NAMESPACES`| "120,122" | Wikibase namespaces to load data from |
51
+
|`WIKIBASE_MAX_DAYS_BACK`| "90" | Maximum number of days updater can reach back in time from now |
52
+
|`MEMORY`| "" | Memory limit for Blazegraph |
53
+
|`HEAP_SIZE`| "1g" | Heap size for Blazegraph |
54
+
|`BLAZEGRAPH_EXTRA_OPTS`| "" | Extra options to be passed to Blazegraph,they must be prefixed with `-D`. Example: `-Dhttps.proxyHost=http://my.proxy.com -Dhttps.proxyPort=3128`. See [the WDQS User Manual](https://www.mediawiki.org/wiki/Wikidata_Query_Service/User_Manual#Configurable_properties). |
54
55
55
56
## Example
56
57
@@ -143,6 +144,8 @@ services:
143
144
nofile:
144
145
soft: 32768
145
146
hard: 32768
147
+
environment:
148
+
WIKIBASE_CONCEPT_URI: https://wikibase.example
146
149
147
150
wdqs-proxy:
148
151
image: wikibase/wdqs-proxy
@@ -213,7 +216,7 @@ In the Docker Compose example provided above, you might use the commands and ins
0 commit comments