refactoring: Env-Dateien und Docker-Dateien
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# ===================================================================
|
||||
# Global Docker Build Arguments - Used by all categories
|
||||
# Source: docker/versions.toml
|
||||
# Last updated: 2025-11-18 15:44:00 UTC
|
||||
# ===================================================================
|
||||
|
||||
# --- Build Tools ---
|
||||
GRADLE_VERSION=9.1.0
|
||||
JAVA_VERSION=21
|
||||
|
||||
# --- Build Metadata ---
|
||||
VERSION=1.0.0
|
||||
|
||||
# --- Monitoring & Infrastructure Services (image tags) ---
|
||||
PROMETHEUS_IMAGE_TAG=v2.54.1
|
||||
GRAFANA_IMAGE_TAG=11.3.0
|
||||
KEYCLOAK_IMAGE_TAG=26.4.2
|
||||
|
||||
# --- Datastore Images (image tags) ---
|
||||
POSTGRES_IMAGE_TAG=16-alpine
|
||||
REDIS_IMAGE_TAG=7-alpine
|
||||
|
||||
# --- Additional Infrastructure Images (image tags) ---
|
||||
CONSUL_IMAGE_TAG=1.15
|
||||
ZOOKEEPER_IMAGE_TAG=7.4.0
|
||||
KAFKA_IMAGE_TAG=7.4.0
|
||||
Reference in New Issue
Block a user