Steps to replicate the issue (include links if applicable):
Followed directions here: https://github.com/wmde/wikibase-release-pipeline/blob/main/deploy/README.md.
- Install Docker.
- Open Git Bash.
- Run git clone https://github.com/wmde/wikibase-release-pipeline.
- Then cd wikibase-release-pipeline/deploy.
- Then git checkout deploy-3.
- Next cp template.env .env.
- Open .env and change WIKIBASE_PUBLIC_HOST to localhost.
- Uncomment line 194 in docker-compose.yml.
- Run docker-compose up --wait.
What happens?:
The Docker containers do not instantiate correctly:
$ docker compose up --wait Network wbs-deploy_default Creating Network wbs-deploy_default Created Container wbs-deploy-mysql-1 Creating Container wbs-deploy-traefik-1 Creating Container wbs-deploy-elasticsearch-1 Creating Container wbs-deploy-traefik-1 Created Container wbs-deploy-mysql-1 Created Container wbs-deploy-wikibase-1 Creating Container wbs-deploy-elasticsearch-1 Created Container wbs-deploy-wikibase-1 Created Container wbs-deploy-wikibase-jobrunner-1 Creating Container wbs-deploy-wdqs-1 Creating Container wbs-deploy-quickstatements-1 Creating Container wbs-deploy-wdqs-1 Created Container wbs-deploy-wdqs-proxy-1 Creating Container wbs-deploy-wdqs-updater-1 Creating Container wbs-deploy-wikibase-jobrunner-1 Created Container wbs-deploy-quickstatements-1 Created Container wbs-deploy-wdqs-updater-1 Created Container wbs-deploy-wdqs-proxy-1 Created Container wbs-deploy-wdqs-frontend-1 Creating Container wbs-deploy-wdqs-frontend-1 Created Container wbs-deploy-elasticsearch-1 Starting Container wbs-deploy-mysql-1 Starting Container wbs-deploy-traefik-1 Starting Container wbs-deploy-mysql-1 Started Container wbs-deploy-mysql-1 Waiting Container wbs-deploy-traefik-1 Started Container wbs-deploy-elasticsearch-1 Started Container wbs-deploy-mysql-1 Healthy Container wbs-deploy-wikibase-1 Starting Container wbs-deploy-wikibase-1 Started Container wbs-deploy-wikibase-1 Waiting Container wbs-deploy-wikibase-1 Waiting Container wbs-deploy-wikibase-1 Waiting Container wbs-deploy-wikibase-1 Error Container wbs-deploy-wikibase-1 Error Container wbs-deploy-wikibase-1 Error dependency failed to start: container wbs-deploy-wikibase-1 is unhealthy
What should have happened instead?:
The Docker containers should have been spawned healthily.
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
- Microsoft Windows 11 Pro
- Git version 2.45.windows.1
- Visual Studio Code version 1.92.2 (for editing .env and docker-compose.yml
- Docker version 4.33.1
- Docker Compose version v2.29.1-desktop.1
I am able to successfully ping Google, so it isn't a network connection issue. Plenty of free space on the computer as well.
Was spawning normally until two days ago with same command set up. Reinstalled everything just in case something else was causing an issue, but no dice.
Also tried without the uncommented line 194 and without the change to WIKIBASE_PUBLIC_HOST. Same results.
Other information (browser name/version, screenshots, etc.):
N/A