Skip to content

Commit

Permalink
fix(deploy): WIKIBASE_CONCEPT_URI setting
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Sep 30, 2024
1 parent add340c commit 761fa01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ services:
volumes:
- wdqs-data:/wdqs/data
environment:
WIKIBASE_PUBLIC_URL: https://${WIKIBASE_PUBLIC_HOST}
WIKIBASE_CONCEPT_URI: https://${WIKIBASE_PUBLIC_HOST}
healthcheck:
test: curl --silent --fail localhost:9999/bigdata/namespace/wdq/sparql
interval: 10s
Expand All @@ -120,7 +120,7 @@ services:
soft: 32768
hard: 32768
environment:
WIKIBASE_PUBLIC_URL: https://${WIKIBASE_PUBLIC_HOST}
WIKIBASE_CONCEPT_URI: https://${WIKIBASE_PUBLIC_HOST}

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

0 comments on commit 761fa01

Please sign in to comment.