Skip to content

Commit

Permalink
Applies changes on Deploy 3.0.3 to Deploy 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmon committed Nov 18, 2024
1 parent f7d0de5 commit 4e93c32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
# --------------------------------------------------

wikibase:
image: wikibase/wikibase:3
image: wikibase/wikibase:1
depends_on:
mysql:
condition: service_healthy
Expand Down Expand Up @@ -37,7 +37,7 @@ services:
start_period: 5m

wikibase-jobrunner:
image: wikibase/wikibase:3
image: wikibase/wikibase:1
command: /jobrunner-entrypoint.sh
depends_on:
wikibase:
Expand Down
2 changes: 1 addition & 1 deletion deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deploy",
"version": "3.0.3",
"version": "1.0.0",
"nx": {
"targets": {
"lint": {},
Expand Down

0 comments on commit 4e93c32

Please sign in to comment.