Skip to content

Commit

Permalink
test: add required env var
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Sep 26, 2024
1 parent 9bbdf67 commit 4d7ed10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/suites/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,15 @@ services:

wdqs:
image: wikibase/wdqs
# TODO: remove as soon as #772 is merged
environment:
WIKIBASE_PUBLIC_URL: https://${WIKIBASE_PUBLIC_HOST}

wdqs-updater:
image: wikibase/wdqs
# TODO: remove as soon as #772 is merged
environment:
WIKIBASE_PUBLIC_URL: https://${WIKIBASE_PUBLIC_HOST}

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

0 comments on commit 4d7ed10

Please sign in to comment.