refactoring Single Source of Truth
This commit is contained in:
+22
-1
@@ -161,7 +161,28 @@ RATELIMIT_GLOBAL_PERIOD_MINUTES=1
|
||||
RATELIMIT_INCLUDE_HEADERS=true
|
||||
|
||||
# =============================================================================
|
||||
# 12. SPRING PROFILES AND GATEWAY
|
||||
# 12. DOCKER BUILD ARGUMENTS
|
||||
# =============================================================================
|
||||
# Centralized Docker build arguments for compose files
|
||||
# These mirror the values from docker/build-args/ for standalone compose usage
|
||||
DOCKER_GRADLE_VERSION=9.0.0
|
||||
DOCKER_JAVA_VERSION=21
|
||||
DOCKER_NODE_VERSION=20.11.0
|
||||
DOCKER_NGINX_VERSION=1.25-alpine
|
||||
DOCKER_APP_VERSION=1.0.0
|
||||
BUILD_DATE=2025-09-13T23:32:00Z
|
||||
|
||||
# Monitoring & Infrastructure versions
|
||||
DOCKER_PROMETHEUS_VERSION=v2.54.1
|
||||
DOCKER_GRAFANA_VERSION=11.3.0
|
||||
DOCKER_KEYCLOAK_VERSION=26.0.7
|
||||
|
||||
# Spring profiles for Docker builds
|
||||
DOCKER_SPRING_PROFILES_DEFAULT=default
|
||||
DOCKER_SPRING_PROFILES_DOCKER=docker
|
||||
|
||||
# =============================================================================
|
||||
# 13. SPRING PROFILES AND GATEWAY
|
||||
# =============================================================================
|
||||
SPRING_PROFILES_ACTIVE=dev
|
||||
GATEWAY_ADMIN_USER=admin
|
||||
|
||||
Reference in New Issue
Block a user