fix(docker): correct CALCULATOR_CONFIG format in docker-compose files

This commit is contained in:
MingxuanGame
2025-11-08 18:42:22 +00:00
parent a46b17fce4
commit 6753843158
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ services:
- ENABLE_ALL_MODS_PP=true - ENABLE_ALL_MODS_PP=true
- ENABLE_SUPPORTER_FOR_ALL_USERS=true - ENABLE_SUPPORTER_FOR_ALL_USERS=true
- ENABLE_ALL_BEATMAP_LEADERBOARD=true - ENABLE_ALL_BEATMAP_LEADERBOARD=true
- CALCULATOR_CONFIG='{"server_url":"http://performance-server:8080"}' - CALCULATOR_CONFIG={"server_url":"http://performance-server:8080"}
env_file: env_file:
- .env - .env
depends_on: depends_on:

View File

@@ -14,7 +14,7 @@ services:
- MYSQL_HOST=mysql - MYSQL_HOST=mysql
- MYSQL_PORT=3306 - MYSQL_PORT=3306
- REDIS_URL=redis://redis:6379 - REDIS_URL=redis://redis:6379
- CALCULATOR_CONFIG='{"server_url":"http://performance-server:8080"}' - CALCULATOR_CONFIG={"server_url":"http://performance-server:8080"}
env_file: env_file:
- .env - .env
depends_on: depends_on: