Skip to content

Commit

Permalink
Merge pull request #758 from wmde/T371162-deploy-fix-wikibase-elastic…
Browse files Browse the repository at this point in the history
…search-dependency

fix(deploy): wikibase waits for elasticserch
  • Loading branch information
rti authored Sep 2, 2024
2 parents c3fc7fa + 25ddc90 commit 90e8ba7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ services:
depends_on:
mysql:
condition: service_healthy
elasticsearch:
condition: service_healthy
restart: unless-stopped
ports:
- 8880:80
Expand Down

0 comments on commit 90e8ba7

Please sign in to comment.