deploy(docker): update spectator image to support custom rulesets

This commit is contained in:
MingxuanGame
2025-10-26 13:14:53 +00:00
parent 33f321952d
commit f6e2e8ed44
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ services:
command: redis-server --appendonly yes
spectator:
image: ghcr.io/googuteam/osu-server-spectator:master
image: ghcr.io/googuteam/osu-server-spectator-custom-rulesets:master
pull_policy: never
environment:
- REPLAY_UPLOAD_THREADS=${REPLAY_UPLOAD_THREADS:-1}

View File

@@ -56,7 +56,7 @@ services:
- osu-network
spectator:
image: ghcr.io/googuteam/osu-server-spectator:master
image: ghcr.io/googuteam/osu-server-spectator-custom-rulesets:master
pull_policy: never
environment:
- REPLAY_UPLOAD_THREADS=${REPLAY_UPLOAD_THREADS:-1}