fix: replace hyphens with underscores in project naming

This commit is contained in:
2026-02-28 16:26:42 +08:00
parent dd1b67958b
commit fd53ff36a8
3 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ GIT_BRANCH="${SPUG_GIT_BRANCH:-main}"
# Docker 配置
DOCKER_TAG="${DOCKER_TAG:-latest}"
COMPOSE_PROJECT_NAME="${COMPOSE_PROJECT_NAME:-hospital-performance}"
COMPOSE_PROJECT_NAME="${COMPOSE_PROJECT_NAME:-hospital_performance}"
# 环境变量
export DATABASE_HOST="${DATABASE_HOST:-192.168.110.252}"