diff --git a/build/WDQS-proxy/README.md b/build/WDQS-proxy/README.md index b7507c6db..d63b6ba4a 100644 --- a/build/WDQS-proxy/README.md +++ b/build/WDQS-proxy/README.md @@ -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 @@ -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 @@ -132,7 +127,6 @@ services: condition: service_healthy restart: unless-stopped - volumes: wikibase-image-data: mysql-data: