Skip to content

Commit

Permalink
chore(wdqs-proxy): Update docker compose example usage in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenjohnson committed Aug 20, 2024
1 parent a0c3903 commit c12e60a
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions build/WDQS-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,18 @@ services:
DB_NAME: "my_wiki"
DB_USER: "mariadb-user"
DB_PASS: "change-this-password"
healthcheck:
test: curl --silent --fail localhost/wiki/Main_Page
interval: 10s
start_period: 5m
healthcheck: /healthcheck.sh

wikibase-jobrunner:
image: wikibase/wikibase
command: /jobrunner-entrypoint.sh
volumes_from:
- wikibase
depends_on:
wikibase:
condition: service_healthy
restart: always
volumes_from:
- wikibase
environment:
IS_JOBRUNNER: true

mysql:
image: mariadb:10.11
Expand Down Expand Up @@ -108,10 +106,7 @@ services:
hard: 32768
volumes:
- wdqs-data:/wdqs/data
healthcheck:
test: curl --silent --fail localhost:9999/bigdata/namespace/wdq/sparql
interval: 10s
start_period: 2m
healthcheck: /healthcheck.sh

wdqs-updater:
image: wikibase/wdqs
Expand All @@ -132,7 +127,6 @@ services:
condition: service_healthy
restart: unless-stopped


volumes:
wikibase-image-data:
mysql-data:
Expand Down

0 comments on commit c12e60a

Please sign in to comment.