feat(schedule): 添加赛程配置API,支持动态时间段配置
- 添加 GET /martial/schedule/config API 暴露 ScheduleConfig - 返回 morningStartTime, afternoonStartTime 等配置 - 更新 docker-compose.yml 使用 Dockerfile.quick
This commit is contained in:
@@ -85,8 +85,8 @@ services:
|
||||
# 后端应用(完整构建模式)
|
||||
martial-api:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: martial-master/Dockerfile.fullbuild
|
||||
context: .
|
||||
dockerfile: Dockerfile.quick
|
||||
container_name: martial-api
|
||||
restart: always
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user