refactoring Single Source of Truth

This commit is contained in:
2025-09-13 23:55:34 +02:00
parent 8eb7e6f773
commit 01831f7c2b
6 changed files with 101 additions and 62 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ DESKTOP_APP_BUILD_TARGET=composeDesktop
NODE_ENV=production
APP_TITLE=Meldestelle
APP_VERSION=1.0.0
DOCKER_APP_VERSION
DOCKER_APP_VERSION=1.0.0
# --- Development Configuration ---
WEBPACK_DEV_SERVER_HOST=0.0.0.0
+1 -1
View File
@@ -11,7 +11,7 @@ JAVA_VERSION=21
# --- Build Metadata ---
BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')
VERSION=1.0.0
DOCKER_APP_VERSION
DOCKER_APP_VERSION=1.0.0
# --- Common Base Images ---
ALPINE_VERSION=3.19