Skip to content

Commit

Permalink
feat(deploy)!: set WDQS concept URI
Browse files Browse the repository at this point in the history
Sets the WIKIBASE_CONCEPT_URI required by WDQS. #771

BREAKING CHANGE: changes the concept URI used in WDQS
  • Loading branch information
rti committed Sep 26, 2024
1 parent 7beb73c commit 0977964
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ services:
hard: 32768
volumes:
- wdqs-data:/wdqs/data
environment:
WIKIBASE_PUBLIC_URL: https://${WIKIBASE_PUBLIC_HOST}
healthcheck:
test: curl --silent --fail localhost:9999/bigdata/namespace/wdq/sparql
interval: 10s
Expand All @@ -117,6 +119,8 @@ services:
nofile:
soft: 32768
hard: 32768
environment:
WIKIBASE_PUBLIC_URL: https://${WIKIBASE_PUBLIC_HOST}

wdqs-proxy:
image: wikibase/wdqs-proxy:1
Expand Down

0 comments on commit 0977964

Please sign in to comment.