23 lines
859 B
Bash
23 lines
859 B
Bash
# ===================================================================
|
|
# Infrastructure Docker Build Arguments - dockerfiles/infrastructure/*
|
|
# Source: docker/versions.toml [categories.infrastructure]
|
|
# Last updated: 2025-11-18 14:30:11 UTC
|
|
# ===================================================================
|
|
|
|
# --- Include Global Arguments ---
|
|
# Source global.env for GRADLE_VERSION, JAVA_VERSION, VERSION
|
|
|
|
# --- API Gateway Specific ---
|
|
GATEWAY_SERVICE_PATH=infrastructure/gateway
|
|
GATEWAY_SERVICE_NAME=api-gateway
|
|
|
|
# --- Auth Server Specific ---
|
|
AUTH_SERVER_PATH=infrastructure/auth/auth-server
|
|
AUTH_SERVER_SERVICE_NAME=auth-server
|
|
|
|
# --- Monitoring Server Specific ---
|
|
MONITORING_SERVER_PATH=infrastructure/monitoring/monitoring-server
|
|
MONITORING_SERVER_SERVICE_NAME=monitoring-server
|
|
|
|
# Note: Runtime profiles/ports/dependencies moved to config/env/.env
|