This commit is contained in:
vipg
2025-11-14 15:12:44 +08:00
parent 3c2da12cd8
commit 4cdeb4b34f
3 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ log_error() {
}
# 定义配置常量(等号两侧无空格!集中管理,便于修改)
IMAGE_NAME="country-api"
IMAGE_NAME="futures-trading-record-api"
IMAGE_TAG="1.0.0"
FULL_IMAGE="${IMAGE_NAME}:${IMAGE_TAG}"
COMPOSE_PROJECT_NAME="country_service"