deploy(docker): use gu pp algorithm for osurx
This commit is contained in:
@@ -17,7 +17,7 @@ COPY pyproject.toml uv.lock ./
|
|||||||
COPY packages/ ./packages/
|
COPY packages/ ./packages/
|
||||||
|
|
||||||
RUN uv sync --frozen --no-dev
|
RUN uv sync --frozen --no-dev
|
||||||
RUN uv pip install git+https://github.com/ppy-sb/rosu-pp-py.git
|
RUN uv pip install git+https://github.com/GooGuTeam/gu-pp-py.git
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ This is an osu! API server implemented with FastAPI + MySQL + Redis, supporting
|
|||||||
```bash
|
```bash
|
||||||
# Standard server
|
# Standard server
|
||||||
docker-compose -f docker-compose.yml up -d
|
docker-compose -f docker-compose.yml up -d
|
||||||
# Enable osu!RX and osu!AP statistics (ppy-sb pp algorithm)
|
# Enable osu!RX and osu!AP statistics (Gu pp algorithm based on ppy-sb pp algorithm)
|
||||||
docker-compose -f docker-compose-osurx.yml up -d
|
docker-compose -f docker-compose-osurx.yml up -d
|
||||||
```
|
```
|
||||||
4. Connect to the server from the game
|
4. Connect to the server from the game
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ cp .env.example .env
|
|||||||
```bash
|
```bash
|
||||||
# 标准服务器
|
# 标准服务器
|
||||||
docker-compose -f docker-compose.yml up -d
|
docker-compose -f docker-compose.yml up -d
|
||||||
# 启用 osu!RX 和 osu!AP 模式 (偏偏要上班 pp 算法)
|
# 启用 osu!RX 和 osu!AP 模式 (基于偏偏要上班 pp 算法的 Gu pp 算法)
|
||||||
docker-compose -f docker-compose-osurx.yml up -d
|
docker-compose -f docker-compose-osurx.yml up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user