Skip to content

Commit

Permalink
fix(tests): do not pull image from registry
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Oct 11, 2024
1 parent e135143 commit 4346037
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/suites/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ networks:
services:
wikibase:
image: wikibase/wikibase
pull_policy: never
volumes:
- wikibase-config:/config
- ./LocalSettings.override.php:/var/www/html/LocalSettings.d/LocalSettings.override.php
Expand All @@ -18,24 +19,31 @@ services:

wikibase-jobrunner:
image: wikibase/wikibase
pull_policy: never

elasticsearch:
image: wikibase/elasticsearch
pull_policy: never

wdqs:
image: wikibase/wdqs
pull_policy: never

wdqs-updater:
image: wikibase/wdqs
pull_policy: never

wdqs-proxy:
image: wikibase/wdqs-proxy
pull_policy: never

wdqs-frontend:
image: wikibase/wdqs-frontend
pull_policy: never

quickstatements:
image: wikibase/quickstatements
pull_policy: never
environment:
WIKIBASE_PUBLIC_URL: http://${WIKIBASE_PUBLIC_HOST}
QUICKSTATEMENTS_PUBLIC_URL: http://${QUICKSTATEMENTS_PUBLIC_HOST}
Expand Down

0 comments on commit 4346037

Please sign in to comment.