Skip to content

Commit

Permalink
Merge pull request #10883 from nanaya/score-indexer-lock
Browse files Browse the repository at this point in the history
Use older indexer version
  • Loading branch information
notbakaneko authored Jan 23, 2024
2 parents 8239a55 + a01ebd0 commit 6ddd818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ services:
- "${NGINX_PORT:-8080}:80"

score-indexer:
image: pppy/osu-elastic-indexer:master
image: pppy/osu-elastic-indexer:99cd549c5c5c959ff6b2728b76af603dda4c85cb
command: ["queue", "watch"]
depends_on:
redis:
Expand All @@ -168,7 +168,7 @@ services:
SCHEMA: "${SCHEMA:-1}"

score-indexer-test:
image: pppy/osu-elastic-indexer:master
image: pppy/osu-elastic-indexer:99cd549c5c5c959ff6b2728b76af603dda4c85cb
command: ["queue", "watch"]
depends_on:
redis:
Expand Down

0 comments on commit 6ddd818

Please sign in to comment.