deploy(docker): update spectator image to support custom rulesets
This commit is contained in:
@@ -79,7 +79,7 @@ services:
|
|||||||
command: redis-server --appendonly yes
|
command: redis-server --appendonly yes
|
||||||
|
|
||||||
spectator:
|
spectator:
|
||||||
image: ghcr.io/googuteam/osu-server-spectator:master
|
image: ghcr.io/googuteam/osu-server-spectator-custom-rulesets:master
|
||||||
pull_policy: never
|
pull_policy: never
|
||||||
environment:
|
environment:
|
||||||
- REPLAY_UPLOAD_THREADS=${REPLAY_UPLOAD_THREADS:-1}
|
- REPLAY_UPLOAD_THREADS=${REPLAY_UPLOAD_THREADS:-1}
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ services:
|
|||||||
- osu-network
|
- osu-network
|
||||||
|
|
||||||
spectator:
|
spectator:
|
||||||
image: ghcr.io/googuteam/osu-server-spectator:master
|
image: ghcr.io/googuteam/osu-server-spectator-custom-rulesets:master
|
||||||
pull_policy: never
|
pull_policy: never
|
||||||
environment:
|
environment:
|
||||||
- REPLAY_UPLOAD_THREADS=${REPLAY_UPLOAD_THREADS:-1}
|
- REPLAY_UPLOAD_THREADS=${REPLAY_UPLOAD_THREADS:-1}
|
||||||
|
|||||||
Reference in New Issue
Block a user