15 lines
533 B
Bash
15 lines
533 B
Bash
# ===================================================================
|
|
# Services Docker Build Arguments - dockerfiles/services/*
|
|
# Source: docker/versions.toml [categories.services]
|
|
# Last updated: 2025-11-18 14:30:11 UTC
|
|
# ===================================================================
|
|
|
|
# --- Include Global Arguments ---
|
|
# Source global.env for GRADLE_VERSION, JAVA_VERSION, VERSION
|
|
|
|
# --- Service-Specific Arguments ---
|
|
SERVICE_PATH=.
|
|
SERVICE_NAME=spring-boot-service
|
|
|
|
# Note: Runtime profiles/ports moved to config/env/.env
|